Changeset 0fe52ef in mainline for uspace/srv/vfs/vfs.c
- Timestamp:
- 2011-08-19T16:23:33Z (14 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 45059d6b
- Parents:
- 649f087
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/vfs/vfs.c
r649f087 r0fe52ef 53 53 #define NAME "vfs" 54 54 55 enum { 56 VFS_TASK_STATE_CHANGE 57 }; 58 55 59 static void vfs_connection(ipc_callid_t iid, ipc_call_t *icall, void *arg) 56 60 { … … 134 138 */ 135 139 } 136 137 enum {138 VFS_TASK_STATE_CHANGE139 };140 140 141 141 static void notification_received(ipc_callid_t callid, ipc_call_t *call)
Note:
See TracChangeset
for help on using the changeset viewer.