- Timestamp:
- 2006-06-16T20:50:51Z (19 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 153a209
- Parents:
- b34fab6
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
ns/ns.c
rb34fab6 ra46da63 82 82 } hashed_service_t; 83 83 84 int static ping_phone;85 86 84 static void *clockaddr = NULL; 87 85 static void *klogaddr = NULL; … … 107 105 ipc_call_t call; 108 106 ipc_callid_t callid; 109 char *as_area;110 107 111 ipcarg_t retval , arg1, arg2;108 ipcarg_t retval; 112 109 113 110 if (!hash_table_create(&ns_hash_table, NS_HASH_TABLE_CHAINS, 3, &ns_hash_table_ops)) { … … 150 147 } 151 148 if (! (callid & IPC_CALLID_NOTIFICATION)) { 152 ipc_answer_fast(callid, retval, arg1, arg2);149 ipc_answer_fast(callid, retval, 0, 0); 153 150 } 154 151 } … … 258 255 free(hash_table_get_instance(item, hashed_service_t, link)); 259 256 } 257 260 258 /** 261 259 * @}
Note:
See TracChangeset
for help on using the changeset viewer.