mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
ctdb-include: Make protocol headers self contained
Signed-off-by: Amitay Isaacs <amitay@gmail.com> Reviewed-by: Martin Schwenke <martin@meltin.net> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
8024e19b70
commit
28fb8993e0
@ -20,6 +20,8 @@
|
||||
#ifndef __CTDB_PROTOCOL_H__
|
||||
#define __CTDB_PROTOCOL_H__
|
||||
|
||||
#include <tdb.h>
|
||||
|
||||
#define CTDB_MAGIC 0x43544442 /* CTDB */
|
||||
#define CTDB_PROTOCOL 1
|
||||
|
||||
|
@ -20,6 +20,8 @@
|
||||
#ifndef __CTDB_PROTOCOL_API_H__
|
||||
#define __CTDB_PROTOCOL_API_H__
|
||||
|
||||
#include <talloc.h>
|
||||
|
||||
#include "protocol/protocol.h"
|
||||
|
||||
/* From protocol/protocol_types.c */
|
||||
|
Loading…
Reference in New Issue
Block a user