Changes in libcfa/src/concurrency/invoke.h [ac12f1f:6a77224]
- File:
-
- 1 edited
-
libcfa/src/concurrency/invoke.h (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/invoke.h
rac12f1f r6a77224 195 195 196 196 #if defined( __CFA_WITH_VERIFY__ ) 197 void *canary;197 unsigned long long canary; 198 198 #endif 199 199 };
Note:
See TracChangeset
for help on using the changeset viewer.