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:
parent
a2d6511f90
commit
a25e913cf5
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user