Changeset c95daa5 in mainline for kernel/generic/include/ipc/ipc.h


Ignore:
Timestamp:
2020-12-23T21:59:08Z (3 years ago)
Author:
Dmitry Selyutin <ghostmansd@…>
Parents:
1483981
Message:

kernel: deprecate atomic_t

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/ipc/ipc.h

    r1483981 rc95daa5  
    7171        struct call *hangup_call;
    7272        ipc_phone_state_t state;
    73         atomic_t active_calls;
     73        atomic_size_t active_calls;
    7474        /** User-defined label */
    7575        sysarg_t label;
     
    9090         * Number of answers the answerbox is expecting to eventually arrive.
    9191         */
    92         atomic_t active_calls;
     92        atomic_size_t active_calls;
    9393
    9494        /** Phones connected to this answerbox. */
Note: See TracChangeset for help on using the changeset viewer.