mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-05-05 17:28:00 +00:00
REORG: include: move proto/proto_sockpair.h to haproxy/proto_sockpair.h
This one didn't have any types file and was moved as-is.
This commit is contained in:
parent
832ce65914
commit
f07f30c15f
@ -18,11 +18,11 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _PROTO_PROTO_SOCKPAIR_H
|
||||
# define _PROTO_PROTO_SOCKPAIR_H
|
||||
#ifndef _HAPROXY_PROTO_SOCKPAIR_H
|
||||
#define _HAPROXY_PROTO_SOCKPAIR_H
|
||||
|
||||
int recv_fd_uxst(int sock);
|
||||
int send_fd_uxst(int fd, int send_fd);
|
||||
|
||||
#endif /* _PROTO_PROTO_SOCKPAIR_H */
|
||||
#endif /* _HAPROXY_PROTO_SOCKPAIR_H */
|
||||
|
@ -35,7 +35,7 @@
|
||||
#include <proto/log.h>
|
||||
#include <proto/listener.h>
|
||||
#include <haproxy/protocol.h>
|
||||
#include <proto/proto_sockpair.h>
|
||||
#include <haproxy/proto_sockpair.h>
|
||||
#include <proto/sample.h>
|
||||
#include <proto/stream.h>
|
||||
#include <proto/task.h>
|
||||
|
Loading…
Reference in New Issue
Block a user