1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-10 01:18:15 +03:00

ctdb: ctdb_protocol.h references struct sockaddr

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2014-12-03 16:02:35 +01:00 committed by Jeremy Allison
parent a2d6511f90
commit a25e913cf5

View File

@ -20,6 +20,8 @@
#ifndef _CTDB_PROTOCOL_H
#define _CTDB_PROTOCOL_H
#include <sys/socket.h>
/* location of daemon socket, set at configure time */
#ifdef SOCKPATH
#define CTDB_SOCKET SOCKPATH