为提高性能,改用c替换原本的flask
This commit is contained in:
7
c/network/swap.h
Normal file
7
c/network/swap.h
Normal file
@ -0,0 +1,7 @@
|
||||
#ifndef SWAP
|
||||
#define SWAP
|
||||
|
||||
int make_swap(void *);
|
||||
int create_swap(const char *name);
|
||||
|
||||
#endif
|
Reference in New Issue
Block a user