Ignore:
Timestamp:
Feb 19, 2021, 4:17:45 PM (3 years ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, arm-eh, ast-experimental, enum, forall-pointer-decay, jacob/cs343-translation, master, new-ast-unique-expr, pthread-emulation, qualifiedEnum
Children:
18a7594
Parents:
4c4d854
Message:

Fixed clashing stat counter.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/stats.hfa

    r4c4d854 r150d21a  
    8888                                } errors;
    8989                        } calls;
     90                        struct {
     91                                volatile uint64_t sleeps;
     92                        } poller;
    9093                };
    9194        #endif
Note: See TracChangeset for help on using the changeset viewer.