diff -r d485a3fc5739 -r 01d81faa3350 include/data.h --- a/include/data.h Fri May 04 12:22:48 2007 +0200 +++ b/include/data.h Fri May 04 12:26:46 2007 +0200 @@ -90,6 +90,11 @@ CAN_HANDLE canHandle; scanIndexOD_t scanIndexOD; storeODSubIndex_t storeODSubIndex; + + /* DCF concise */ + void* dcf_cursor; + UNS32 dcf_count_targets; + }; #define NMTable_Initializer Unknown_state, @@ -173,7 +178,9 @@ 0, /* toggle */\ NULL, /* canSend */\ NODE_PREFIX ## _scanIndexOD, /* scanIndexOD */\ - _storeODSubIndex /* storeODSubIndex */\ + _storeODSubIndex, /* storeODSubIndex */\ + NULL, /*dcf_cursor*/\ + 1 /*dcf_count_targets*/\ } #endif /* __data_h__ */