mirror of
http://git.haproxy.org/git/haproxy.git/
synced 2025-01-29 09:32:49 +00:00
REORG: include: move proto_udp.h to haproxy/proto_udp{,-t}.h
No change was needed.
This commit is contained in:
parent
14e8af5932
commit
832ce65914
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* include/types/proto_udp.h
|
||||
* include/haproxy/proto_udp-t.h
|
||||
* This file provides structures and types for UDP protocol.
|
||||
*
|
||||
* Copyright (C) 2014 Baptiste Assmann <bedis9@gmail.com>
|
||||
@ -19,8 +19,8 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _TYPES_PROTO_UDP_H
|
||||
#define _TYPES_PROTO_UDP_H
|
||||
#ifndef _HAPROXY_HAPROXY_UDP_T_H
|
||||
#define _HAPROXY_HAPROXY_UDP_T_H
|
||||
|
||||
#include <arpa/inet.h>
|
||||
|
||||
@ -49,4 +49,4 @@ struct dgram_data_cb {
|
||||
void (*send)(struct dgram_conn *dgram); /* send callback */
|
||||
};
|
||||
|
||||
#endif /* _TYPES_PROTO_UDP_H */
|
||||
#endif /* _HAPROXY_HAPROXY_UDP_T_H */
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* include/proto/proto_udp.h
|
||||
* include/haproxy/proto_udp.h
|
||||
* This file provides functions related to UDP protocol.
|
||||
*
|
||||
* Copyright (C) 2014 Baptiste Assmann <bedis9@gmail.com>
|
||||
@ -19,9 +19,9 @@
|
||||
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
|
||||
*/
|
||||
|
||||
#ifndef _PROTO_PROTO_UDP_H
|
||||
#define _PROTO_PROTO_UDP_H
|
||||
#ifndef _HAPROXY_PROTO_UDP_H
|
||||
#define _HAPROXY_PROTO_UDP_H
|
||||
|
||||
void dgram_fd_handler(int);
|
||||
|
||||
#endif // _PROTO_PROTO_UDP_H
|
||||
#endif // _HAPROXY_PROTO_UDP_H
|
@ -29,7 +29,7 @@
|
||||
|
||||
#include <types/connection.h>
|
||||
#include <types/obj_type.h>
|
||||
#include <types/proto_udp.h>
|
||||
#include <haproxy/proto_udp-t.h>
|
||||
#include <types/proxy.h>
|
||||
#include <types/server.h>
|
||||
#include <types/task.h>
|
||||
|
@ -68,7 +68,7 @@
|
||||
#include <proto/vars.h>
|
||||
#include <proto/log.h>
|
||||
#include <proto/dns.h>
|
||||
#include <proto/proto_udp.h>
|
||||
#include <haproxy/proto_udp.h>
|
||||
#include <proto/ssl_sock.h>
|
||||
#include <proto/sample.h>
|
||||
|
||||
|
@ -45,7 +45,7 @@
|
||||
#include <proto/sample.h>
|
||||
#include <proto/server.h>
|
||||
#include <proto/task.h>
|
||||
#include <proto/proto_udp.h>
|
||||
#include <haproxy/proto_udp.h>
|
||||
#include <proto/proxy.h>
|
||||
#include <proto/stream_interface.h>
|
||||
#include <proto/tcp_rules.h>
|
||||
|
@ -12,7 +12,7 @@
|
||||
|
||||
#include <types/global.h>
|
||||
#include <haproxy/fd-t.h>
|
||||
#include <types/proto_udp.h>
|
||||
#include <haproxy/proto_udp-t.h>
|
||||
|
||||
#include <haproxy/fd.h>
|
||||
|
||||
|
@ -48,7 +48,7 @@
|
||||
#include <proto/dns.h>
|
||||
#include <proto/hlua.h>
|
||||
#include <proto/listener.h>
|
||||
#include <proto/proto_udp.h>
|
||||
#include <haproxy/proto_udp.h>
|
||||
#include <proto/ssl_sock.h>
|
||||
#include <proto/stream_interface.h>
|
||||
#include <proto/task.h>
|
||||
|
Loading…
Reference in New Issue
Block a user