#include "../../../include/config.h"
#include "../include/common.h"
#include "../include/io.h"
#include "../include/protoapi.h"
Defines | |
#define | LOG2IDO_VERSION "1.3.1" |
#define | LOG2IDO_NAME "LOG2IDO" |
#define | LOG2IDO_DATE "03-31-2011" |
Functions | |
int | process_arguments (int, char **) |
int | main (int argc, char **argv) |
Variables | |
char * | source_name = NULL |
char * | dest_name = NULL |
char * | instance_name = NULL |
int | socket_type = IDO_SINK_UNIXSOCKET |
int | tcp_port = 0 |
int | show_version = IDO_FALSE |
int | show_license = IDO_FALSE |
int | show_help = IDO_FALSE |
#define LOG2IDO_DATE "03-31-2011" |
#define LOG2IDO_NAME "LOG2IDO" |
#define LOG2IDO_VERSION "1.3.1" |
int main | ( | int | argc, | |
char ** | argv | |||
) |
int process_arguments | ( | int | , | |
char ** | ||||
) |
char* dest_name = NULL |
char* instance_name = NULL |
int show_help = IDO_FALSE |
int show_license = IDO_FALSE |
int show_version = IDO_FALSE |
int socket_type = IDO_SINK_UNIXSOCKET |
char* source_name = NULL |
int tcp_port = 0 |