mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-25 04:33:05 +00:00
Merge pull request #369 from kexiao8/patch-1
repeated “struct table" of line 19
This commit is contained in:
@@ -36,8 +36,6 @@ struct node {
|
|||||||
uint8_t nocolliding; // 0 means colliding slot
|
uint8_t nocolliding; // 0 means colliding slot
|
||||||
};
|
};
|
||||||
|
|
||||||
struct table;
|
|
||||||
|
|
||||||
struct state {
|
struct state {
|
||||||
int dirty;
|
int dirty;
|
||||||
int ref;
|
int ref;
|
||||||
|
|||||||
Reference in New Issue
Block a user