diff -r 4b331759169a -r f82e758840bd include/data.h --- a/include/data.h Thu Nov 29 11:58:02 2007 +0100 +++ b/include/data.h Mon Dec 03 11:30:38 2007 +0100 @@ -93,8 +93,9 @@ storeODSubIndex_t storeODSubIndex; /* DCF concise */ + indextable* dcf_odentry; UNS8* dcf_cursor; - UNS32 dcf_count_targets; + UNS32 dcf_entries_count; /* EMCY */ e_errorState error_state; @@ -191,8 +192,10 @@ NULL, /* canSend */\ NODE_PREFIX ## _scanIndexOD, /* scanIndexOD */\ _storeODSubIndex, /* storeODSubIndex */\ + /* DCF concise */\ + NULL, /*dcf_odentry*/\ NULL, /*dcf_cursor*/\ - 1, /*dcf_count_targets*/\ + 1, /*dcf_entries_count*/\ \ /* EMCY */\ Error_free, /* error_state */\