mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-22 02:53:09 +00:00
stm_copy.reference is _Atomic type, #1317
This commit is contained in:
@@ -18,7 +18,7 @@ struct stm_object {
|
|||||||
};
|
};
|
||||||
|
|
||||||
struct stm_copy {
|
struct stm_copy {
|
||||||
int reference;
|
ATOM_INT reference;
|
||||||
uint32_t sz;
|
uint32_t sz;
|
||||||
void * msg;
|
void * msg;
|
||||||
};
|
};
|
||||||
|
|||||||
Reference in New Issue
Block a user