fix use of int or unsigned long instead of int for monitor id

This commit is contained in:
Isaac Connor 2020-07-23 19:32:30 -04:00
parent 559fe15e3f
commit 490009446d
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ class EventStream : public StreamBase {
struct EventData {
uint64_t event_id;
unsigned long monitor_id;
unsigned int monitor_id;
unsigned long storage_id;
unsigned long frame_count;
time_t start_time;