Changes in uspace/srv/logger/ctl.c [8e9b2534:42bde6a] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/logger/ctl.c
r8e9b2534 r42bde6a 41 41 #include <io/logctl.h> 42 42 #include <ipc/logger.h> 43 #include <vfs/vfs.h>44 43 #include "logger.h" 45 44 … … 87 86 break; 88 87 } 89 case LOGGER_CONTROL_SET_ROOT: {90 int fd = vfs_receive_handle(true);91 vfs_root_set(fd);92 async_answer_0(callid, fd >= 0 ? EOK : fd);93 break;94 }95 88 default: 96 89 async_answer_0(callid, EINVAL);
Note:
See TracChangeset
for help on using the changeset viewer.