Changeset 6ff23ff in mainline for uspace/app/trace/trace.c
- Timestamp:
- 2018-05-17T13:46:56Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4f8772d4
- Parents:
- 7c3fb9b
- git-author:
- Jiri Svoboda <jiri@…> (2018-05-16 18:44:36)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-05-17 13:46:56)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/trace/trace.c
r7c3fb9b r6ff23ff 723 723 o = oper_new("vfs_mount", 2, arg_def, V_ERRNO, 0, resp_def); 724 724 proto_add_oper(p, VFS_IN_MOUNT, o); 725 /* o = oper_new("unmount", 0, arg_def); 726 proto_add_oper(p, VFS_IN_UNMOUNT, o);*/ 725 #if 0 726 o = oper_new("unmount", 0, arg_def); 727 proto_add_oper(p, VFS_IN_UNMOUNT, o); 728 #endif 727 729 o = oper_new("vfs_sync", 1, arg_def, V_ERRNO, 0, resp_def); 728 730 proto_add_oper(p, VFS_IN_SYNC, o);
Note:
See TracChangeset
for help on using the changeset viewer.