summaryrefslogtreecommitdiffstats
path: root/src/include/astmanproxy.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/astmanproxy.h')
-rw-r--r--src/include/astmanproxy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/include/astmanproxy.h b/src/include/astmanproxy.h
index 6c4ef0b..11ca106 100644
--- a/src/include/astmanproxy.h
+++ b/src/include/astmanproxy.h
@@ -99,6 +99,8 @@ struct mansession {
int inputcomplete;
int authenticated;
int connected;
+ int dead; /* Whether we are dead */
+ int busy; /* Whether we are busy */
struct ast_server *server;
struct proxy_user user;
char actionid[MAX_LEN];