Changes between Version 1 and Version 2 of CommonHelperFunctionsForDifferentParallelLanguage
- Timestamp:
- 07/11/14 11:57:52 (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommonHelperFunctionsForDifferentParallelLanguage
v1 v2 27 27 argument will always be the result got from the very last operation. Finally buf is also an output argument. 28 28 */ 29 void $bundle_unpack_apply(void *data, void *buf, $operation op);29 void $bundle_unpack_apply(void *data, void *buf, int size, $operation op); 30 30 }}}
