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