some little fixes

This commit is contained in:
eddyem
2015-07-01 01:16:24 +03:00
parent 5db2728d5e
commit 5fb62b00ab
3 changed files with 46 additions and 8 deletions

View File

@@ -47,6 +47,7 @@ typedef struct{
int block_msg[GPMAXMSG]; // array of messages: 1-show, 0-block
double polltmout; // polling timeout (program ends after this interval)
int stationary; // configure as stationary
int gettimediff; // calculate mean time difference
}glob_pars;
glob_pars *parce_args(int argc, char **argv);