Impl basic ws binary proto with data and execution state manipulation
This commit is contained in:
13
inc/events.h
Normal file
13
inc/events.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef __EVENTS_H__
|
||||
#define __EVENTS_H__
|
||||
|
||||
#include <stdint.h>
|
||||
#include "context.h"
|
||||
|
||||
typedef struct {
|
||||
uint8_t regType;
|
||||
ClientContext* ctx;
|
||||
} ClientRegistrationEvent;
|
||||
|
||||
|
||||
#endif //ifndef __EVENTS_H__
|
||||
Reference in New Issue
Block a user