summaryrefslogtreecommitdiffstats
path: root/lcrsocket.h
diff options
context:
space:
mode:
authorAndreas Eversberg2010-05-23 13:46:26 +0200
committerAndreas Eversberg2010-05-23 13:46:26 +0200
commitbe404a4926ba076c5e2019b88e790e3f14ff11ff (patch)
tree4c2ac7cae02f5def823ac7bbdad5661f3b20d95f /lcrsocket.h
parentFixed forwarding of sending-complete information. (diff)
downloadlcr-be404a4926ba076c5e2019b88e790e3f14ff11ff.tar.gz
lcr-be404a4926ba076c5e2019b88e790e3f14ff11ff.tar.xz
lcr-be404a4926ba076c5e2019b88e790e3f14ff11ff.zip
Added Progress messages. (receive only)
Diffstat (limited to 'lcrsocket.h')
-rw-r--r--lcrsocket.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lcrsocket.h b/lcrsocket.h
index 43543c1..7ecf7ad 100644
--- a/lcrsocket.h
+++ b/lcrsocket.h
@@ -39,6 +39,7 @@ enum { /* messages */
ADMIN_CALL_DISCONNECT,
ADMIN_CALL_RELEASE,
ADMIN_CALL_NOTIFY,
+ ADMIN_CALL_PROGRESS,
ADMIN_TRACE_REQUEST,
ADMIN_TRACE_RESPONSE,
ADMIN_MESSAGE,
@@ -130,7 +131,7 @@ struct admin_call {
int present; /* presentation */
int cause; /* cause to send */
int location;
- int notify;
+ int notify_progress;
int bc_capa;
int bc_mode;
int bc_info1;