From 9e7478397a6f3c7bc38be52268e805d5b094eeb2 Mon Sep 17 00:00:00 2001
From: David Oberhollenzer <goliath@infraroot.at>
Date: Thu, 28 Mar 2019 13:57:19 +0100
Subject: Include service ID in initsock status response

Signed-off-by: David Oberhollenzer <goliath@infraroot.at>
---
 lib/include/initsock.h | 1 +
 1 file changed, 1 insertion(+)

(limited to 'lib/include')

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;
-- 
cgit v1.2.3