Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • libcfa/src/concurrency/invoke.h

    r121be3e r27f5f71  
    1010// Created On       : Tue Jan 17 12:27:26 2016
    1111// Last Modified By : Peter A. Buhr
    12 // Last Modified On : Wed Dec  4 08:05:32 2019
    13 // Update Count     : 43
     12// Last Modified On : Thu Nov 28 22:34:07 2019
     13// Update Count     : 41
    1414//
    1515
     
    208208
    209209                static inline void ?{}(__monitor_group_t & this) {
    210                         (this.data){0p};
     210                        (this.data){NULL};
    211211                        (this.size){0};
    212212                        (this.func){NULL};
Note: See TracChangeset for help on using the changeset viewer.