mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
add localcast.h
This commit is contained in:
13
service-src/localcast.h
Normal file
13
service-src/localcast.h
Normal file
@@ -0,0 +1,13 @@
|
||||
#ifndef SKYNET_LOCAL_CAST_H
|
||||
#define SKYNET_LOCAL_CAST_H
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
struct localcast {
|
||||
int n;
|
||||
const uint32_t * group;
|
||||
void *msg;
|
||||
size_t sz;
|
||||
};
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user