From: Michal Voců Date: Fri, 12 May 2006 12:42:46 +0000 (+0000) Subject: * perftest event source will go here X-Git-Tag: gridsite-core_R_1_1_19~28 X-Git-Url: http://scientific.zcu.cz/git/?a=commitdiff_plain;h=424f79e013e8d5029ffaae6a13718114a728881b;p=jra1mw.git * perftest event source will go here --- 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[]) +{ +}