Skip to content
Snippets Groups Projects
Commit 9d550c39 authored by slevy's avatar slevy
Browse files

Add flag for "user limited time range", and wrap-band interval.
parent 81c7708d
No related branches found
No related tags found
No related merge requests found
......@@ -237,6 +237,9 @@ struct stuff {
struct specklist *scrap; /* stuff to be deleted when it's safe */
int nghosts; /* keep recent ghost snapshots of dynamic data */
int usertrange;
double usertwrap;
/* async command streams */
#define MAX_ASYNC 8
FILE *asyncmd[MAX_ASYNC];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment