summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorDavid Troy <dave@popvox.com>2006-04-03 16:23:01 +0000
committerDavid Troy <dave@popvox.com>2006-04-03 16:23:01 +0000
commitbbf337d7f093d32703477f2722591ac08f8230bb (patch)
treef686336d5fdc65df4008a2fa57f5b861c3f5c780 /src/include
parentdc56649b0e188704512719be80ecb6f544cef0e7 (diff)
downloadastmanproxy-bbf337d7f093d32703477f2722591ac08f8230bb.tar.gz
astmanproxy-bbf337d7f093d32703477f2722591ac08f8230bb.tar.xz
astmanproxy-bbf337d7f093d32703477f2722591ac08f8230bb.zip
git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@71 f02b47b9-160a-0410-81a6-dc3441afb0ec
Diffstat (limited to 'src/include')
-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];