修复部分bug

This commit is contained in:
2025-11-21 18:02:37 +08:00
parent 26dac05e5b
commit 08589dfe79
7 changed files with 153 additions and 120 deletions

View File

@ -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