}
- void
- Hooks::rollback(const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
- unsigned int new_num)
- {
- rollback(Stage::POST_ACTION, subvolume, filesystem, old_num, new_num);
- }
-
-
void
Hooks::rollback(Stage stage, const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
unsigned int new_num)
static void rollback(const string& old_root, const string& new_root);
- static void rollback(const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
- unsigned int new_num) __attribute__((deprecated));
static void rollback(Stage stage, const string& subvolume, const Filesystem* filesystem, unsigned int old_num,
unsigned int new_num);
Snapshots snapshots;
- SelinuxLabelHandle* selabel_handle_unused = nullptr; // TODO remove
-
};
}