extend the event generation int

pull/14405/head
Paul Szczepanek 2021-03-10 18:21:07 +00:00
parent 3f9c734e1a
commit 86f8b0b818
1 changed files with 1 additions and 1 deletions

View File

@ -42,8 +42,8 @@ extern "C" {
// Internal event structure // Internal event structure
struct equeue_event { struct equeue_event {
unsigned size; unsigned size;
uint16_t generation;
uint8_t id; uint8_t id;
uint8_t generation;
struct equeue_event *next; struct equeue_event *next;
struct equeue_event *sibling; struct equeue_event *sibling;