Commit 09721a7e authored by Geoff Simmons's avatar Geoff Simmons

trackrdrd: bugfix expiration

parent fe885baf
......@@ -666,7 +666,9 @@ OSL_Track(void *priv, enum VSL_tag_e tag, unsigned fd, unsigned len,
int err, datalen;
char *data, reqend_str[strlen(REQEND_T_VAR)+22];
struct timespec reqend_t;
float tim, tim_exp_check = 0.0;
float tim;
static float tim_exp_check = 0.0;
/* wrap detection statistics */
static const char *pptr = (const char *) UINTPTR_MAX;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment