bdb-fork-grimen
Version:
Berkeley DB(5.X) bindings for node
32 lines (24 loc) • 441 B
Plain Text
PREFIX __repmgr
INCLUDE
INCLUDE
INCLUDE
BEGIN_MSG handshake
ARG port u_int16_t
ARG priority u_int32_t
ARG flags u_int32_t
END
BEGIN_MSG v2handshake
ARG port u_int16_t
ARG priority u_int32_t
END
BEGIN_MSG permlsn
ARG generation u_int32_t
ARG lsn DB_LSN
END
BEGIN_MSG version_proposal
ARG min u_int32_t
ARG max u_int32_t
END
BEGIN_MSG version_confirmation
ARG version u_int32_t
END