Btrfs progs v4.10.2
[btrfs-progs-unstable/devel.git] / send-dump.h
blob06a61085860e4ea80c18c7149bf8057190b09273
1 /*
2 * Copyright (C) 2016 Fujitsu. All rights reserved.
4 * This program is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU General Public
6 * License v2 as published by the Free Software Foundation.
8 * This program is distributed in the hope that it will be useful,
9 * but WITHOUT ANY WARRANTY; without even the implied warranty of
10 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
11 * General Public License for more details.
13 * You should have received a copy of the GNU General Public
14 * License along with this program.
17 #ifndef __BTRFS_SEND_DUMP_H__
18 #define __BTRFS_SEND_DUMP_H__
20 #include <linux/limits.h>
22 struct btrfs_dump_send_args {
23 char full_subvol_path[PATH_MAX];
24 char root_path[PATH_MAX];
27 extern struct btrfs_send_ops btrfs_print_send_ops;
29 #endif