Skip to content

Commit

Permalink
nasdaq/moldudp64: Add request packet definition
Browse files Browse the repository at this point in the history
  • Loading branch information
penberg committed May 23, 2016
1 parent 43d14d7 commit ebbf89c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions include/helix/nasdaq/moldudp64_messages.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@ struct moldudp64_message_block {
uint16_t MessageLength;
} __attribute__ ((packed));

struct moldudp64_request_packet {
char Session[10];
uint64_t SequenceNumber;
uint16_t MessageCount;
} __attribute__ ((packed));

#ifdef __cplusplus
}
#endif
Expand Down

0 comments on commit ebbf89c

Please sign in to comment.