diff options
Diffstat (limited to 'daemon/remote.h')
| -rw-r--r-- | daemon/remote.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/daemon/remote.h b/daemon/remote.h index cc670b70128f..b25bfb1af611 100644 --- a/daemon/remote.h +++ b/daemon/remote.h @@ -89,6 +89,8 @@ struct daemon_remote { struct worker* worker; /** commpoints for accepting remote control connections */ struct listen_list* accept_list; + /* if certificates are used */ + int use_cert; /** number of active commpoints that are handling remote control */ int active; /** max active commpoints */ |
