aboutsummaryrefslogtreecommitdiff
path: root/lib/include
diff options
context:
space:
mode:
authorDavid Oberhollenzer <goliath@infraroot.at>2019-03-28 13:57:19 +0100
committerDavid Oberhollenzer <goliath@infraroot.at>2019-03-28 15:19:06 +0100
commit9e7478397a6f3c7bc38be52268e805d5b094eeb2 (patch)
treea2f625e00999aac9eaed6b1e095aa62fe950ee83 /lib/include
parentc16735414ba63cb593881cd32e46dc086f003181 (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.h1
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;