Changeset 1dcba91 in mainline for uspace/srv/volsrv/volsrv.c
- Timestamp:
- 2018-08-08T10:08:53Z (7 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 44428bb
- Parents:
- 7ab7075f
- git-author:
- Jiri Svoboda <jiri@…> (2018-08-07 17:07:59)
- git-committer:
- Jiri Svoboda <jiri@…> (2018-08-08 10:08:53)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/volsrv/volsrv.c
r7ab7075f r1dcba91 53 53 #define NAME "volsrv" 54 54 55 const char *vol_cfg_file = "/data/cfg/volsrv.sif"; 56 55 57 static void vol_client_conn(ipc_call_t *, void *); 56 58 … … 63 65 log_msg(LOG_DEFAULT, LVL_DEBUG, "vol_init()"); 64 66 65 rc = vol_volumes_create( &volumes);67 rc = vol_volumes_create(vol_cfg_file, &volumes); 66 68 if (rc != EOK) 67 69 goto error;
Note:
See TracChangeset
for help on using the changeset viewer.