mirror of
https://github.com/cloudwu/skynet.git
synced 2026-07-24 20:23:06 +00:00
fix Issue #256
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
#ifndef _RWLOCK_H_
|
||||
#define _RWLOCK_H_
|
||||
#ifndef SKYNET_RWLOCK_H
|
||||
#define SKYNET_RWLOCK_H
|
||||
|
||||
struct rwlock {
|
||||
int write;
|
||||
|
||||
Reference in New Issue
Block a user