aboutsummaryrefslogtreecommitdiffstats
path: root/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/common.h b/common.h
index bc43324..c4fd303 100644
--- a/common.h
+++ b/common.h
@@ -138,6 +138,8 @@ frame_info;
typedef struct bit_stream_struc
{
FILE *pt; /* pointer to bit stream device */
+ void *zmq_sock; /* zmq socket */
+ int zmq_framesize; /* zmq frame size */
unsigned char *buf; /* bit stream buffer */
int buf_size; /* size of buffer (in number of bytes) */
long totbit; /* bit counter of bit stream */