mirror of
https://gitlab.com/manzerbredes/ina260-zmq-publisher.git
synced 2025-04-07 04:16:26 +02:00
Minor changes
This commit is contained in:
parent
7a1e84cbf3
commit
7f55253d26
1 changed files with 0 additions and 1 deletions
|
@ -34,7 +34,6 @@ typedef struct queue {
|
||||||
int size;
|
int size;
|
||||||
char msg[ZMQ_MSG_SIZE];
|
char msg[ZMQ_MSG_SIZE];
|
||||||
} queue;
|
} queue;
|
||||||
|
|
||||||
queue queues[MAX_QUEUES];
|
queue queues[MAX_QUEUES];
|
||||||
|
|
||||||
int main (int argc, char *argv [])
|
int main (int argc, char *argv [])
|
||||||
|
|
Loading…
Add table
Reference in a new issue