mirror of
https://github.com/Zygo/bees.git
synced 2025-06-16 17:46:16 +02:00
uuid: drop dependency on uuid.h
The weird things distros do to the path where uuid.h gets installed have broken bees builds for the last time. We were only using uuid to support a legacy feature that was removed over four years ago. Hypothetical users who are upgrading directly from bees v0.1 should probably restart all the crawlers anyway--there were bugs. Also, if any such users exist, I respect their tremendous patience with the horrible performance all these years--bees got about 30x faster since v0.1. Signed-off-by: Zygo Blaxell <bees@furryterror.org>
This commit is contained in:
@ -238,7 +238,6 @@ namespace crucible {
|
||||
struct BtrfsIoctlFsInfoArgs : public btrfs_ioctl_fs_info_args_v2 {
|
||||
BtrfsIoctlFsInfoArgs();
|
||||
void do_ioctl(int fd);
|
||||
string uuid() const;
|
||||
uint16_t csum_type() const;
|
||||
uint16_t csum_size() const;
|
||||
};
|
||||
|
Reference in New Issue
Block a user