src/dcf.c
changeset 368 7b51757bfc81
parent 361 2220813498f2
child 378 d2abf6c8c27b
equal deleted inserted replaced
367:53cc6e982ea7 368:7b51757bfc81
   109 {
   109 {
   110   /* Loop on all DCF subindexes, corresponding to node ID until there is no request*/
   110   /* Loop on all DCF subindexes, corresponding to node ID until there is no request*/
   111   //while (nodeId < d->dcf_odentry->bSubCount){
   111   //while (nodeId < d->dcf_odentry->bSubCount){
   112   while (d->dcf_request>0){
   112   while (d->dcf_request>0){
   113   	if(d->dcf_odentry->pSubindex[nodeId].bAccessType & DCF_TO_SEND){   	 
   113   	if(d->dcf_odentry->pSubindex[nodeId].bAccessType & DCF_TO_SEND){   	 
       
   114         UNS8* dcfend;
   114   		UNS32 nb_entries;
   115   		UNS32 nb_entries;
   115    		UNS8 szData = d->dcf_odentry->pSubindex[nodeId].size;
   116   		UNS8 szData = d->dcf_odentry->pSubindex[nodeId].size;
   116    		UNS8* dcfend;
       
   117       	 
   117       	 
   118    		{
   118    		{
   119 	   		UNS8* dcf = *((UNS8**)d->dcf_odentry->pSubindex[nodeId].pObject);
   119 	   		UNS8* dcf = *((UNS8**)d->dcf_odentry->pSubindex[nodeId].pObject);
   120    			dcfend = dcf + szData;
   120    			dcfend = dcf + szData;
   121 	   		if (!d->dcf_cursor){
   121 	   		if (!d->dcf_cursor){