[PATCH] splice: add a SPLICE_F_MORE flag
[deliverable/linux.git] / include / linux / pipe_fs_i.h
index 32865004751c7cc375a403d1f68f634daa287ec9..70ae9332ec16ee64709908f8cc854532cb612616 100644 (file)
@@ -62,5 +62,6 @@ void free_pipe_info(struct inode* inode);
 #define SPLICE_F_NONBLOCK (0x02) /* don't block on the pipe splicing (but */
                                 /* we may still block on the fd we splice */
                                 /* from/to, of course */
+#define SPLICE_F_MORE  (0x04)  /* expect more data */
 
 #endif
This page took 0.033957 seconds and 5 git commands to generate.