1 #ifndef REMOTE_REMOTE_H
2 #define REMOTE_REMOTE_H
14 #include <sys/ioctl.h>
16 #include <sys/select.h>
17 #include <sys/signal.h>
18 #include <sys/socket.h>
21 #include <sys/types.h>
25 #include <netinet/in.h>
26 #include <netinet/tcp.h>
28 #include <arpa/inet.h>
38 #include "libutil/File.h"
39 #include "libutil/Log.h"
40 #include "libutil/Config.h"
41 #include "libutil/error.h"
43 using namespace remote::util
;
46 typedef uint32_t dbkey_t
;
47 typedef uint8_t result_t
;
48 typedef uint8_t status_t
;