mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-30 07:23:07 +03:00
Removed wsrep_api.h dependency from view.hpp
This commit is contained in:
@ -8,6 +8,8 @@
|
||||
#include "id.hpp"
|
||||
#include "seqno.hpp"
|
||||
|
||||
#include <iosfwd>
|
||||
|
||||
namespace wsrep
|
||||
{
|
||||
class gtid
|
||||
@ -27,6 +29,8 @@ namespace wsrep
|
||||
wsrep::id id_;
|
||||
wsrep::seqno seqno_;
|
||||
};
|
||||
|
||||
std::ostream& operator<<(std::ostream&, const wsrep::gtid&);
|
||||
}
|
||||
|
||||
#endif // WSREP_GTID_HPP
|
||||
|
Reference in New Issue
Block a user