summaryrefslogtreecommitdiff
path: root/src/IPC.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/IPC.h')
-rw-r--r--src/IPC.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/IPC.h b/src/IPC.h
index 89e67e5..97716bb 100644
--- a/src/IPC.h
+++ b/src/IPC.h
@@ -22,5 +22,6 @@ private:
int sockfd;
int len;
bool first = true;
+ bool ready = false;
sockaddr_un address;
};