修复部分bug
This commit is contained in:
@ -1,7 +1,12 @@
|
||||
#ifndef SWAP
|
||||
#define SWAP
|
||||
|
||||
int make_swap(void *);
|
||||
#define QUITPLG 0
|
||||
#define NEWMSG 1
|
||||
#define FREE 2
|
||||
|
||||
int make_swap(rbt_msg *swap);
|
||||
int create_swap(const char *name);
|
||||
int close_swap(int shmid,rbt_msg *swap);
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user