Changeset 09d5ec8 in mainline
- Timestamp:
- 2010-10-27T20:59:37Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 03649d8
- Parents:
- f4c8a83f
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nildummy/nildummy_module.c
rf4c8a83f r09d5ec8 59 59 60 60 ipcarg_t phonehash; 61 if (ERROR_OCCURRED(nil_initialize(net_phone)) 62 || ERROR_OCCURRED(REGISTER_ME(SERVICE_NILDUMMY, &phonehash))){61 if (ERROR_OCCURRED(nil_initialize(net_phone)) || 62 ERROR_OCCURRED(REGISTER_ME(SERVICE_NILDUMMY, &phonehash))) { 63 63 pm_destroy(); 64 64 return ERROR_CODE; … … 71 71 } 72 72 73 int nil_module_message_standalone(const char *name, ipc_callid_t callid, 73 int 74 nil_module_message_standalone(const char *name, ipc_callid_t callid, 74 75 ipc_call_t *call, ipc_call_t *answer, int *answer_count) 75 76 {
Note:
See TracChangeset
for help on using the changeset viewer.