diff options
Diffstat (limited to 'lib/include')
| -rw-r--r-- | lib/include/initsock.h | 7 | 
1 files changed, 7 insertions, 0 deletions
| diff --git a/lib/include/initsock.h b/lib/include/initsock.h index 04b8ffd..ef8b9e3 100644 --- a/lib/include/initsock.h +++ b/lib/include/initsock.h @@ -40,6 +40,13 @@ typedef struct {  } init_request_t;  typedef struct { +	uint8_t state; +	uint8_t exit_status; +	uint8_t padd[2]; +	int32_t id; +} init_response_status_t; + +typedef struct {  	E_SERVICE_STATE state;  	int exit_status;  	int id; | 
