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

Add speckseq field to specklists so we can track derived versions.

Add seed counter to struct stuff.
parent 43314e95
No related branches found
No related tags found
No related merge requests found
......@@ -103,6 +103,7 @@ struct specklist {
char *text;
int subsampled; /* subsampling ("every") factor applied already */
int used; /* "used" clock, for mem purges */
int speckseq; /* sequence number, for tracking derived specklists */
enum SpecialSpeck special;
struct specklist *freelink; /* link on free/scrap list */
};
......@@ -295,6 +296,8 @@ struct stuff {
int usertrange;
double utmin, utmax, utwrap; /* user-supplied time range */
int speckseq; /* sequence-number seed */
/* 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