char *ff = NULL, *jobid_s = NULL;
char *src_instance = NULL;
int err = 0/*,i,done = 0,fmtlen*/;
- int pri = 0;
+ int pri = 0, noinc = 0;
int use_lbproxy = 0;
char *lbproxy_user = NULL;
char *lbproxy_store_sock = NULL;
{ EDG_WLL_ARGS_BOOL, "d", "debug mode", "enable debug mode", &deb },
#ifdef ENABLE_REASON_LENGTH
{ EDG_WLL_ARGS_INT, "l", "reason-length", "extend 'reason' string to length (debug only)", &elength, 0, 1000000000 },
+ { EDG_WLL_ARGS_BOOL, "I", "dont-increment", "don't increment initial seqence code", &noinc },
#endif
@@@{
my %typetab = (
}
}
+ if (noinc) edg_wll_SetSequenceCode(ctx,code,EDG_WLL_SEQ_NORMAL);
+
#ifdef ENABLE_REASON_LENGTH
if (elength > 200000000) {
fprintf(stderr,"%s: usupported reason message length: %d\n", argv[0], elength);