Changeset 939871a in mainline for uspace/lib/hound/src/protocol.c
- Timestamp:
- 2013-03-23T13:04:22Z (12 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 5ae1c51
- Parents:
- 493817b0
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/hound/src/protocol.c
r493817b0 r939871a 139 139 140 140 static int hound_server_read_data(void *stream); 141 static hound_server_iface_t *server_iface;141 static const hound_server_iface_t *server_iface; 142 142 143 143 void hound_service_set_server_iface(hound_server_iface_t *iface) … … 206 206 break; 207 207 } 208 case IPC_M_HOUND_STREAM_EXIT: 209 /* Stream exit is only allowed in stream context */ 210 async_answer_0(callid, EINVAL); 211 break; 208 212 case IPC_M_HOUND_CONTEXT_UNREGISTER: 209 case IPC_M_HOUND_STREAM_EXIT:210 213 case IPC_M_HOUND_STREAM_DRAIN: 211 214 default:
Note:
See TracChangeset
for help on using the changeset viewer.