Changeset dda2602 in mainline for uspace/srv/sysman/units/unit_svc.h
- Timestamp:
- 2019-08-03T09:41:07Z (6 years ago)
- Children:
- dd5c623
- Parents:
- c0e4fc50
- git-author:
- Michal Koutný <xm.koutny+hos@…> (2015-05-08 11:10:06)
- git-committer:
- Matthieu Riolo <matthieu.riolo@…> (2019-08-03 09:41:07)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/srv/sysman/units/unit_svc.h
rc0e4fc50 rdda2602 31 31 32 32 #include "unit.h" 33 #include "util.h" 33 34 34 35 typedef struct { 35 36 unit_t unit; 36 37 37 char *exec_start; 38 38 command_t exec_start; 39 39 } unit_svc_t; 40 40
Note:
See TracChangeset
for help on using the changeset viewer.