Changeset 102f641 in mainline for uspace/lib/sysman/src/sysman.c
- Timestamp:
- 2019-09-02T19:01:50Z (6 years ago)
- Children:
- 25697163
- Parents:
- 241f1985
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/sysman/src/sysman.c
r241f1985 r102f641 31 31 #include <sysman/sysman.h> 32 32 33 static async_sess_t *sysman_sess[SYSMAN_PORT_MAX_] = { NULL};33 static async_sess_t *sysman_sess[SYSMAN_PORT_MAX_] = { NULL }; 34 34 35 35 async_exch_t *sysman_exchange_begin(sysman_interface_t iface) … … 51 51 async_exchange_end(exch); 52 52 } 53
Note:
See TracChangeset
for help on using the changeset viewer.