From e38a8decc21395aab5927d110f553f55b03a702d Mon Sep 17 00:00:00 2001 From: kanoi Date: Thu, 30 Oct 2014 06:20:49 +1100 Subject: [PATCH] klist - missing from commit --- src/klist.h | 1 + 1 file changed, 1 insertion(+) 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; /*