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 fc80412..f888191 100644
--- a/src/include/astmanproxy.h
+++ b/src/include/astmanproxy.h
@@ -100,6 +100,8 @@ struct mansession {
int connected;
int dead; /* Whether we are dead */
int busy; /* Whether we are busy */
+ int inputcomplete; /* Whether we want any more input from this session (http) */
+ int outputcomplete; /* Whether output to this session is done (http) */
struct ast_server *server;
struct proxy_user user;
char actionid[MAX_LEN];