13 lines
144 B
C
13 lines
144 B
C
#ifndef H_COMMON
|
|
#define H_COMMON
|
|
|
|
#define PROCNAME_SIZE 256
|
|
|
|
struct random{
|
|
__u32 pid;
|
|
//__u32 len;
|
|
//char buf[128];
|
|
};
|
|
|
|
#endif
|