Btrfs-progs: record errno for ioctl DEFRAG_RANGE
[platform/upstream/btrfs-progs.git] / send-stream.h
index 9223018..17bc669 100644 (file)
@@ -57,7 +57,8 @@ struct btrfs_send_ops {
 };
 
 int btrfs_read_and_process_send_stream(int fd,
-                                      struct btrfs_send_ops *ops, void *user);
+                                      struct btrfs_send_ops *ops, void *user,
+                                      int honor_end_cmd);
 
 #ifdef __cplusplus
 }