00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00023 #ifndef SYNC_COMMON_H_
00024 #define SYNC_COMMON_H_
00025
00026 #include <stdio.h>
00027 #include <string.h>
00028 #include <unistd.h>
00029 #include <stdlib.h>
00030 #include <errno.h>
00031 #include <signal.h>
00032 #include <sys/types.h>
00033 #include <sys/socket.h>
00034 #include <netinet/in.h>
00035 #include <arpa/inet.h>
00036 #include <time.h>
00037
00038
00039
00040
00041 #include <isc/eventlib.h>
00042
00043
00044
00045
00046 #include <jnx/bits.h>
00047 #include <jnx/mgmt_sock_pub.h>
00048 #include <jnx/ms_parse.h>
00049 #include <jnx/aux_types.h>
00050 #include <jnx/ipc.h>
00051 #include <jnx/trace.h>
00052
00053
00054
00055
00056 #include <ddl/ddl.h>
00057
00058
00059
00060
00061 #include <jnx/junos_init.h>
00062 #include <jnx/junos_kcom.h>
00063 #include <jnx/junos_trace.h>
00064
00065
00066
00067
00068 #include <jnx/vrf_util_pub.h>
00069
00070
00071
00072
00073 #include <jnx/rt_shared_pub.h>
00074
00075 #endif