aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/unistim/packet-unistim.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/unistim/packet-unistim.h')
-rw-r--r--plugins/unistim/packet-unistim.h32
1 files changed, 16 insertions, 16 deletions
diff --git a/plugins/unistim/packet-unistim.h b/plugins/unistim/packet-unistim.h
index 20c72d35b7..7093bb0125 100644
--- a/plugins/unistim/packet-unistim.h
+++ b/plugins/unistim/packet-unistim.h
@@ -27,22 +27,22 @@
typedef struct _unistim_info_t
{
- guint8 rudp_type; /* NAK, ACK, Payload */
- guint8 payload_type; /* unistim payload type (aggregate, non-aggregate, encapsulated) */
- guint32 sequence; /* rudp sequence number */
- guint32 termid; /* termid if available */
- address it_ip; /* IP addr of it, determined by who is sending termids */
- guint32 it_port; /* port of it (phone) */
- address ni_ip; /* IP addr of ni (server) as determined by who's sending termids */
- gint key_val; /* actual key pressed (-1 if not used) */
- gint key_state; /* Key state 1=down 0=up */
- gint hook_state; /* Hook state 1=offhook 0=onhook */
- gint stream_connect; /* Audio stream connect 1=connect 0=disconnect */
- gint trans_connect; /* Transducer connect? 1=connect 0=disconnect */
- gint set_termid; /* Set the termid 1=set termid */
- guint8 *string_data; /* Any time a string is written to the display, this has the string */
- gint call_state; /* Not used? */
- guchar *key_buffer; /* Used in voip-calls.c tap, holds call keys pressed */
+ guint8 rudp_type; /* NAK, ACK, Payload */
+ guint8 payload_type; /* unistim payload type (aggregate, non-aggregate, encapsulated) */
+ guint32 sequence; /* rudp sequence number */
+ guint32 termid; /* termid if available */
+ address it_ip; /* IP addr of it, determined by who is sending termids */
+ guint32 it_port; /* port of it (phone) */
+ address ni_ip; /* IP addr of ni (server) as determined by who's sending termids */
+ gint key_val; /* actual key pressed (-1 if not used) */
+ gint key_state; /* Key state 1=down 0=up */
+ gint hook_state; /* Hook state 1=offhook 0=onhook */
+ gint stream_connect; /* Audio stream connect 1=connect 0=disconnect */
+ gint trans_connect; /* Transducer connect? 1=connect 0=disconnect */
+ gint set_termid; /* Set the termid 1=set termid */
+ const guint8 *string_data; /* Any time a string is written to the display, this has the string */
+ gint call_state; /* Not used? */
+ guchar *key_buffer; /* Used in voip-calls.c tap, holds call keys pressed */
} unistim_info_t;
#endif