diff options
author | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 13:57:19 +0100 |
---|---|---|
committer | David Oberhollenzer <goliath@infraroot.at> | 2019-03-28 15:19:06 +0100 |
commit | 9e7478397a6f3c7bc38be52268e805d5b094eeb2 (patch) | |
tree | a2f625e00999aac9eaed6b1e095aa62fe950ee83 /lib/include | |
parent | c16735414ba63cb593881cd32e46dc086f003181 (diff) |
Include service ID in initsock status response
Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
Diffstat (limited to 'lib/include')
-rw-r--r-- | lib/include/initsock.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/include/initsock.h b/lib/include/initsock.h index 55321db..10abe08 100644 --- a/lib/include/initsock.h +++ b/lib/include/initsock.h @@ -36,6 +36,7 @@ typedef struct { typedef struct { E_SERVICE_STATE state; int exit_status; + int id; char *filename; char *service_name; } init_status_response_t; |