Rev 1365 | Rev 1418 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 1365 | Rev 1366 | ||
|---|---|---|---|
| Line 43... | Line 43... | ||
| 43 | 43 | ||
| 44 | #define NAME "NS" |
44 | #define NAME "NS" |
| 45 | 45 | ||
| 46 | #define NS_HASH_TABLE_CHAINS 20 |
46 | #define NS_HASH_TABLE_CHAINS 20 |
| 47 | 47 | ||
| 48 | extern int __DONT_OPEN_STDIO__=1; |
- | |
| 49 | - | ||
| 50 | static int register_service(ipcarg_t service, ipcarg_t phone, ipc_call_t *call); |
48 | static int register_service(ipcarg_t service, ipcarg_t phone, ipc_call_t *call); |
| 51 | static int connect_to_service(ipcarg_t service, ipc_call_t *call, ipc_callid_t callid); |
49 | static int connect_to_service(ipcarg_t service, ipc_call_t *call, ipc_callid_t callid); |
| 52 | 50 | ||
| 53 | /* Static functions implementing NS hash table operations. */ |
51 | /* Static functions implementing NS hash table operations. */ |
| 54 | static hash_index_t ns_hash(unsigned long *key); |
52 | static hash_index_t ns_hash(unsigned long *key); |