change queues, run exec speed optimizations
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
#ifndef __PROTO_MSG_H__
|
||||
#define __PROTO_MSG_H__
|
||||
|
||||
#include "client.h"
|
||||
#include "wsServer/include/ws.h"
|
||||
#include <stdint.h>
|
||||
#include <stdlib.h>
|
||||
@@ -10,6 +11,7 @@
|
||||
typedef struct {
|
||||
uint8_t* data;
|
||||
size_t size;
|
||||
ClientContext* ctx;
|
||||
} FbMessage;
|
||||
|
||||
typedef struct {
|
||||
|
||||
Reference in New Issue
Block a user