initial commit
This commit is contained in:
commit
41b72e6fdf
46 changed files with 9134 additions and 0 deletions
10
shm.h
Normal file
10
shm.h
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
#ifndef SHM_H
|
||||
#define SHM_H
|
||||
|
||||
#include <sys/types.h>
|
||||
|
||||
extern "C" {
|
||||
int create_shm_file(off_t size);
|
||||
}
|
||||
|
||||
#endif
|
||||
Loading…
Add table
Add a link
Reference in a new issue