diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-28 14:48:25 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2016-10-28 14:48:25 +0200 |
commit | c9da511cf0cf93efc9a9d8578ef1e0924ccee33c (patch) | |
tree | 549a8e65cfdb30a04e62f680a54c6a60b7810fdf /nxcomp/Proxy.h | |
parent | a5de79181092ce829ce3878d3d9ce671c3cd3cbc (diff) | |
parent | c7eac1f95626e376b17ccd684b2a4e9402b3c17c (diff) | |
download | nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.tar.gz nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.tar.bz2 nx-libs-c9da511cf0cf93efc9a9d8578ef1e0924ccee33c.zip |
Merge branch 'theqvd-slave-channel' into 3.6.x
Attributes GH PR #232: https://github.com/ArcticaProject/nx-libs/pull/232
Diffstat (limited to 'nxcomp/Proxy.h')
-rw-r--r-- | nxcomp/Proxy.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/nxcomp/Proxy.h b/nxcomp/Proxy.h index 8259ddbb7..ea60c827a 100644 --- a/nxcomp/Proxy.h +++ b/nxcomp/Proxy.h @@ -302,6 +302,8 @@ class Proxy int handleNewSlaveConnectionFromProxy(int channelId); + void checkSlaves(); + // // Force closure of channels. // @@ -1268,6 +1270,7 @@ class Proxy int channelMap_[CONNECTIONS_LIMIT]; int fdMap_[CONNECTIONS_LIMIT]; + int slavePidMap_[CONNECTIONS_LIMIT]; }; #endif /* Proxy_H */ |