26 #ifndef FSA_FAMILY_HPP
27 #define FSA_FAMILY_HPP
57 fsan_synchronous_directory,
58 fsan_synchronous_update,
59 fsan_top_of_dir_hierarchy };
61 extern std::string fsa_family_to_string(
fsa_family f);
62 extern std::string fsa_nature_to_string(
fsa_nature n);
64 typedef std::set<fsa_family> fsa_scope;
69 extern infinint fsa_scope_to_infinint(
const fsa_scope & val);
70 extern fsa_scope infinint_to_fsa_scope(
const infinint & ref);
71 extern std::string fsa_scope_to_string(
bool saved,
const fsa_scope & scope);
are defined here basic integer types that tend to be portable
class crc definition, used to handle Cyclic Redundancy Checks
fsa_scope all_fsa_families()
provides a scope containing all FSA families