fence-virt: Add back missing tcp_listener.h file

Add back AWOL header file.

Signed-off-by: Ryan McCabe <rmccabe@redhat.com>
This commit is contained in:
Ryan McCabe 2012-10-18 19:38:00 -04:00
parent 0004a70072
commit fc7d6bf464

7
include/tcp_listener.h Normal file
View File

@ -0,0 +1,7 @@
#ifndef __TCP_LISTENER_H
#define __TCP_LISTENER_H
#define IPV4_TCP_ADDR_DEFAULT "127.0.0.1"
#define IPV6_TCP_ADDR_DEFAULT "::1"
#endif