add X_OPEN/X_CLOSE ops
authorGiannakos Filippos <philipgian@cslab.ece.ntua.gr>
Mon, 1 Oct 2012 10:48:13 +0000 (13:48 +0300)
committerGiannakos Filippos <philipgian@cslab.ece.ntua.gr>
Mon, 1 Oct 2012 10:48:13 +0000 (13:48 +0300)
xseg/xseg/xseg.h

index 01a723c..ca7846e 100644 (file)
@@ -167,6 +167,8 @@ struct xseg_task {
 #define X_INFO     11
 #define X_MAPR     12
 #define X_MAPW     13
+#define X_OPEN     14
+#define X_CLOSE    15
 
 /* FLAGS */
 #define XF_NOSYNC (1 << 0)