session/tcp: improve preallocated segment handling
[vpp.git] / src / svm / svm_fifo_segment.h
index 7c97e9b..5b77132 100644 (file)
@@ -33,6 +33,7 @@ typedef enum
 
 #define FIFO_SEGMENT_F_IS_PRIVATE      1 << 0  /* Private segment */
 #define FIFO_SEGMENT_F_IS_MAIN_HEAP    1 << 1  /* Segment is main heap */
+#define FIFO_SEGMENT_F_IS_PREALLOCATED 1 << 2  /* Segment is preallocated */
 
 typedef struct
 {