include/data.h
changeset 669 50da44ebaf00
parent 664 a03f0aa7d219
child 670 e37511baf56b
--- a/include/data.h	Mon Sep 12 10:52:02 2011 +0200
+++ b/include/data.h	Thu Oct 13 17:51:27 2011 +0200
@@ -107,7 +107,9 @@
     const indextable* dcf_odentry;
 	UNS8* dcf_cursor;
 	UNS32 dcf_entries_count;
-	UNS8 dcf_request;
+	UNS8 dcf_status;
+    UNS32 dcf_size;
+    UNS8* dcf_data;
 	
 	/* EMCY */
 	e_errorState error_state;
@@ -297,7 +299,9 @@
     NULL,       /*dcf_odentry*/\
 	NULL,		/*dcf_cursor*/\
 	1,		/*dcf_entries_count*/\
-	0,		/* dcf_request*/\
+	0,		/* dcf_status*/\
+    0,      /* dcf_size */\
+    NULL,   /* dcf_data */\
 	\
 	/* EMCY */\
 	Error_free,                      /* error_state */\