#include <string.h>
#include <time.h>
#include <sys/types.h>
+#include <sys/un.h>
#include <netinet/in.h>
#include <common/config.h>
#include <eb32tree.h>
-#include <proto/fd.h>
#ifndef LLONG_MAX
# define LLONG_MAX 9223372036854775807LL
#include <common/config.h>
#include <types/connection.h>
+#include <types/protocols.h>
/* I/O callback for fd-based connections. It calls the read/write handlers
* provided by the connection's sock_ops. Returns 0.
#include <signal.h>
#include <common/standard.h>
#include <types/signal.h>
+#include <types/task.h>
extern int signal_queue_len;
extern struct signal_descriptor signal_state[];
#ifndef _TYPES_FD_H
#define _TYPES_FD_H
-#include <sys/socket.h>
-#include <sys/time.h>
-#include <sys/types.h>
-#include <unistd.h>
-
#include <common/config.h>
-#include <types/task.h>
-#include <types/protocols.h>
+#include <types/port_range.h>
enum {
DIR_RD=0,
#include <netinet/in.h>
#include <common/chunk.h>
+#include <common/mini-clist.h>
#include <types/arg.h>
/* input and output sample types */
#include <common/config.h>
#include <proto/connection.h>
+#include <proto/fd.h>
#include <proto/proto_tcp.h>
#include <proto/session.h>
#include <proto/stream_interface.h>
#include <proto/arg.h>
#include <proto/channel.h>
#include <proto/connection.h>
+#include <proto/fd.h>
#include <proto/log.h>
#include <proto/port_range.h>
#include <proto/protocols.h>
#include <string.h>
#include <arpa/inet.h>
+#include <stdio.h>
#include <common/chunk.h>
#include <common/standard.h>
#include <proto/checks.h>
#include <proto/connection.h>
#include <proto/dumpstats.h>
+#include <proto/fd.h>
#include <proto/freq_ctr.h>
#include <proto/frontend.h>
#include <proto/hdr_idx.h>
#include <ctype.h>
#include <netdb.h>
#include <stdarg.h>
+#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/socket.h>