]> git.ipfire.org Git - thirdparty/haproxy.git/commitdiff
REORG: include: move proto/proto_sockpair.h to haproxy/proto_sockpair.h
authorWilly Tarreau <w@1wt.eu>
Thu, 4 Jun 2020 06:41:30 +0000 (08:41 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 11 Jun 2020 08:18:57 +0000 (10:18 +0200)
This one didn't have any types file and was moved as-is.

include/haproxy/proto_sockpair.h [moved from include/proto/proto_sockpair.h with 89% similarity]
src/listener.c

similarity index 89%
rename from include/proto/proto_sockpair.h
rename to include/haproxy/proto_sockpair.h
index 4692461ba878cda3172f998949144f99fe9abae9..ff1482e20967cd75e61b62fc34307c1cf076b15c 100644 (file)
  * 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  */
 
index aa935d6daed7714628f48fd1cb3103c1b0f5cca2..80289b1a172b648ff997482545af4808592d52d9 100644 (file)
@@ -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>