mirror of
https://github.com/codership/wsrep-lib.git
synced 2025-07-31 18:24:25 +03:00
Removed wsrep_api.h dependency from view.hpp
This commit is contained in:
12
src/gtid.cpp
Normal file
12
src/gtid.cpp
Normal file
@ -0,0 +1,12 @@
|
||||
//
|
||||
// Copyright (C) 2018 Codership Oy <info@codership.com>
|
||||
//
|
||||
|
||||
#include "wsrep/gtid.hpp"
|
||||
|
||||
#include <iostream>
|
||||
|
||||
std::ostream& wsrep::operator<<(std::ostream& os, const wsrep::gtid& gtid)
|
||||
{
|
||||
return (os << gtid.id() << ":" << gtid.seqno());
|
||||
}
|
Reference in New Issue
Block a user