mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-28 20:02:00 +03:00
Refactored storage service out of client service interface.
This commit is contained in:
@ -83,6 +83,7 @@ namespace wsrep
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream&, const wsrep::id& id);
|
||||
std::istream& operator>>(std::istream&, wsrep::id& id);
|
||||
}
|
||||
|
||||
#endif // WSREP_ID_HPP
|
||||
|
Reference in New Issue
Block a user