Changeset 241f1985 in mainline for uspace/lib/sysman/src/sysman.c
- Timestamp:
- 2019-08-31T10:45:17Z (6 years ago)
- Children:
- 102f641
- Parents:
- f92b315
- git-author:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-23 22:04:34)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-31 10:45:17)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/sysman/src/sysman.c
rf92b315 r241f1985 37 37 if (sysman_sess[iface] == NULL) { 38 38 // TODO serialize vs parallel 39 sysman_sess[iface] = service_connect_blocking(EXCHANGE_SERIALIZE, 40 SERVICE_SYSMAN, iface, 0); 39 sysman_sess[iface] = service_connect_blocking(SERVICE_SYSMAN, INTERFACE_SYSMAN, iface); 41 40 } 42 41
Note:
See TracChangeset
for help on using the changeset viewer.