Ignore:
Timestamp:
Nov 10, 2022, 2:19:51 PM (18 months ago)
Author:
Thierry Delisle <tdelisle@…>
Branches:
ADT, ast-experimental, master
Children:
1553a55, 71806e0
Parents:
a757ba1
Message:

Changed cluster link to use explicit type to avoid anonymous names in symbols gdb cares about

File:
1 edited

Legend:

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

    ra757ba1 r639e4fc  
    250250        // List of threads
    251251        __spinlock_t thread_list_lock;
    252         dlist(struct thread$, typeof(((struct thread$ *)0p)->cltr_link)) threads;
     252        dlist(struct thread$, struct __thread_user_link) threads;
    253253        unsigned int nthreads;
    254254
Note: See TracChangeset for help on using the changeset viewer.