Changes in uspace/srv/net/nil/nil_messages.h [aadf01e:e417b96] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/net/nil/nil_messages.h
raadf01e re417b96 82 82 /** Returns the protocol service message parameter. 83 83 */ 84 #define NIL_GET_PROTO(call) (services_t) IPC_GET_ARG2(*call) 84 #define NIL_GET_PROTO(call) \ 85 ({services_t service = (services_t) IPC_GET_ARG2(*call); service;}) 85 86 86 87 /*@}*/
Note:
See TracChangeset
for help on using the changeset viewer.