Ignore:
Timestamp:
Jul 11, 2023, 2:28:38 PM (15 months ago)
Author:
caparsons <caparson@…>
Branches:
master
Children:
d829c6d
Parents:
b93bf85
Message:

missed two files with previous commit

File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/bits/weakso_locks.cfa

    rb93bf85 rbbecdd4  
    3030bool register_select( blocking_lock & this, select_node & node ) { return false; }
    3131bool unregister_select( blocking_lock & this, select_node & node ) { return false; }
    32 void on_selected( blocking_lock & this, select_node & node ) {}
     32bool on_selected( blocking_lock & this, select_node & node ) { return true; }
    3333
Note: See TracChangeset for help on using the changeset viewer.