]> git.ipfire.org Git - thirdparty/snapper.git/commit
Implement BtrfsUtils::get_id using libbtrfsutil 832/head
authorDavid Sterba <dsterba@suse.com>
Thu, 19 Jan 2023 18:30:50 +0000 (19:30 +0100)
committerDavid Sterba <dsterba@suse.com>
Thu, 24 Aug 2023 17:44:13 +0000 (19:44 +0200)
commit3095304a0c71bad1890a106a662d695f228970aa
tree179d82c2bb5faf37d9482a8bf8a993e3c37a0680
parent6ff34d580bff28bfa2327445bbf6032814167e01
Implement BtrfsUtils::get_id using libbtrfsutil

The get_id() member can be also implemented using libbtrfsutil. A
separate conditional implementation is added and the #ifdefs updated
to take that into account.
snapper/Btrfs.cc
snapper/BtrfsUtils.cc