From 424f79e013e8d5029ffaae6a13718114a728881b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Michal=20Voc=C5=AF?= Date: Fri, 12 May 2006 12:42:46 +0000 Subject: [PATCH] * perftest event source will go here --- org.glite.lb.client/src/perftest_logjobs.c | 31 ++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 org.glite.lb.client/src/perftest_logjobs.c diff --git a/org.glite.lb.client/src/perftest_logjobs.c b/org.glite.lb.client/src/perftest_logjobs.c new file mode 100644 index 0000000..39d5e70 --- /dev/null +++ b/org.glite.lb.client/src/perftest_logjobs.c @@ -0,0 +1,31 @@ +#include +#include +#include +#include +#include +#include + +extern int edg_wll_DoLogEvent(edg_wll_Context context, edg_wll_LogLine logline); +extern int edg_wll_DoLogEventProxy(edg_wll_Context context, edg_wll_LogLine logline); + +extern char *optarg; +extern int opterr,optind; + +static struct option const long_options[] { + {"dst", required_arg, NULL, 0}, + { + {NULL, 0, NULL, 0} +}; + + +void +print_usage(char *name) +{ + fprintf(stderr, "Usage: %s \n", name); +} + + +int +main(int argc, char *argv[]) +{ +} -- 1.8.2.3