Removed additional event socket to reduce synchronisation problems
and limited workspace update requests count.
This commit is contained in:
Ilya Lukyanov 2017-08-04 15:16:05 +03:00
parent f8d0e1f946
commit 8dec814bb4
No known key found for this signature in database
GPG key ID: 382C32164F3D37D4
5 changed files with 49 additions and 19 deletions

View file

@ -15,6 +15,8 @@ struct bar {
int ipc_socketfd;
int status_read_fd;
pid_t status_command_pid;
int pending_ipc_requests;
};
struct output {