From bbf337d7f093d32703477f2722591ac08f8230bb Mon Sep 17 00:00:00 2001 From: David Troy Date: Mon, 3 Apr 2006 16:23:01 +0000 Subject: git-svn-id: http://svncommunity.digium.com/svn/astmanproxy/branches/1.20pre@71 f02b47b9-160a-0410-81a6-dc3441afb0ec --- src/include/astmanproxy.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/include') 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]; -- cgit