- File:
-
- 1 edited
-
libcfa/src/concurrency/stats.hfa (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/stats.hfa
r1b033b8 rdcb5f8d 7 7 static inline void __init_stats( struct __stats_t * ) {} 8 8 static inline void __tally_stats( struct __stats_t *, struct __stats_t * ) {} 9 static inline void __print_stats( struct __stats_t *, int, const char *, const char *, void * ) {}9 static inline void __print_stats( struct __stats_t *, int, bool, const char *, void * ) {} 10 10 #else 11 11 enum { … … 106 106 void __init_stats ( struct __stats_t * ); 107 107 void __tally_stats( struct __stats_t *, struct __stats_t * ); 108 void __print_stats( struct __stats_t *, int, const char *, const char *, void * );108 void __print_stats( struct __stats_t *, int, bool, const char *, void * ); 109 109 #endif 110 110
Note:
See TracChangeset
for help on using the changeset viewer.