#ifndef __EVENTS_H__ #define __EVENTS_H__ #include #include "context.h" typedef struct { uint8_t regType; ClientContext* ctx; } ClientRegistrationEvent; #endif //ifndef __EVENTS_H__