This commit is contained in:
akokshar@redhat.com 2017-08-29 11:19:43 +02:00
parent 7553103e34
commit 65022e1cbf
5 changed files with 138 additions and 10 deletions

View file

@ -14,6 +14,7 @@ struct bar {
int ipc_event_socketfd;
int ipc_socketfd;
int status_read_fd;
int status_write_fd;
pid_t status_command_pid;
};