src/general.h
@@ -1,3 +1,4 @@ /* vim: set ts=4 sts=4 sw=4 noet : */ #ifndef _GENERAL_H #define _GENERAL_H @@ -338,4 +339,11 @@ #define VTX(n) &(vlist->vtx[n]) #define VTX_DATA(n) vlist->vtx[n].data /* FOR PID GENERATION ROUTINE */ #define CPF_CLOEXEC 1 int createPidFile(const char *progName, const char *pidFile, int flags); int lockRegion(int fd, int type, int whence, int start, int len); #endif