X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=src%2Frrd_update.c;h=fa60c0b47d21c26904a1dc1b3e3ce59e04a992f4;hb=271be77064640b1daa3408885d60b8bead1126ad;hp=abe9704a2bf1080ba75ee112c47e6d9c04fe571a;hpb=5df1338292439550fd027edf90489f62cfdedba2;p=rrdtool.git diff --git a/src/rrd_update.c b/src/rrd_update.c index abe9704..fa60c0b 100644 --- a/src/rrd_update.c +++ b/src/rrd_update.c @@ -135,16 +135,16 @@ info_t *rrd_update_v( char *tmplt = NULL; info_t *result = NULL; infoval rc; + struct option long_options[] = { + {"template", required_argument, 0, 't'}, + {0, 0, 0, 0} + }; rc.u_int = -1; optind = 0; opterr = 0; /* initialize getopt */ while (1) { - static struct option long_options[] = { - {"template", required_argument, 0, 't'}, - {0, 0, 0, 0} - }; int option_index = 0; int opt; @@ -1198,6 +1198,7 @@ int _rrd_update( u_val = seasonal_coef[ii]; break; case CF_HWPREDICT: + case CF_MHWPREDICT: /* need to update the null_count and last_null_count. * even do this for non-DNAN pdp_temp because the * algorithm is not learning from batch updates. */