Changes between Version 1 and Version 2 of CommonHelperFunctionsForDifferentParallelLanguage


Ignore:
Timestamp:
07/11/14 11:57:52 (12 years ago)
Author:
ziqing
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • CommonHelperFunctionsForDifferentParallelLanguage

    v1 v2  
    2727   argument will always be the result got from the very last operation. Finally buf is also an output argument.
    2828*/
    29 void $bundle_unpack_apply(void *data, void *buf, $operation op);
     29void $bundle_unpack_apply(void *data, void *buf, int size, $operation op);
    3030}}}