Changeset 1756e08 for libcfa/src/concurrency/alarm.hfa
- Timestamp:
- Sep 29, 2022, 11:33:03 AM (6 months ago)
- Branches:
- master
- Children:
- 5f9c42b
- Parents:
- a659b31
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcfa/src/concurrency/alarm.hfa
ra659b31 r1756e08 57 57 }; 58 58 59 Time timeval;// actual time at which the alarm goes off59 Time deadline; // actual time at which the alarm goes off 60 60 enum alarm_type type; // true if this is not a user defined alarm 61 61 bool set :1; // whether or not the alarm has be registered
Note: See TracChangeset
for help on using the changeset viewer.