Changeset 30785f1 in mainline
- Timestamp:
- 2018-10-07T17:25:01Z (6 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- ee9c703
- Parents:
- 0bd66f5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/devman/drv_conn.c
r0bd66f5 r30785f1 357 357 358 358 rc = loc_category_get_id(cat_name, &cat_id, IPC_FLAG_BLOCKING); 359 if (rc == EOK) 360 rc = loc_service_add_to_cat(fun->service_id, cat_id); 359 361 if (rc == EOK) { 360 loc_service_add_to_cat(fun->service_id, cat_id);361 362 log_msg(LOG_DEFAULT, LVL_NOTE, "Function `%s' added to category `%s'.", 362 363 fun->pathname, cat_name);
Note:
See TracChangeset
for help on using the changeset viewer.