Changeset 01c3bb4 in mainline for uspace/srv/klog/klog.c
- Timestamp:
- 2017-11-25T15:43:25Z (8 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ce4a21a0
- Parents:
- 98cb5e0d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/klog/klog.c
r98cb5e0d r01c3bb4 189 189 * Receives kernel klog notifications. 190 190 * 191 * @param callid IPC call ID192 191 * @param call IPC call structure 193 192 * @param arg Local argument 194 193 * 195 194 */ 196 static void klog_notification_received(ipc_callid_t callid, ipc_call_t *call, 197 void *arg) 195 static void klog_notification_received(ipc_call_t *call, void *arg) 198 196 { 199 197 /*
Note:
See TracChangeset
for help on using the changeset viewer.