Home
last modified time | relevance | path

Searched defs:ObservedDir (Results 1 – 2 of 2) sorted by relevance

/glogg/glogg/src/
H A Dwatchtowerlist.h
/glogg/src/
H A Dwatchtowerlist.h29 struct ObservedDir { struct
30 ObservedDir( const std::string this_path ) : path { this_path } {} in ObservedDir() argument
33 ProtocolInfo* protocolInfo() { return &protocol_info_; } in protocolInfo()
35 std::string path;
36 typename Driver::DirId dir_id_;
38 ProtocolInfo protocol_info_;