diff --git a/src/klist.h b/src/klist.h index 88f0729a..26aaf303 100644 --- a/src/klist.h +++ b/src/klist.h @@ -48,6 +48,7 @@ typedef struct k_list { void **data_memory; // allocated item data memory buffers void (*dsp_func)(K_ITEM *, FILE *); // optional data display to a file int cull_count; + int ram; // ram allocated for data pointers - code must manage it } K_LIST; /*