Ignore:
File:
1 edited

Legend:

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

    r70327bb ra35b458  
    8282        waitq_t wq;
    8383
    84         /**
    85          * Number of answers the answerbox is expecting to eventually arrive.
    86          */
    87         atomic_t active_calls;
    88 
    8984        /** Phones connected to this answerbox. */
    9085        list_t connected_phones;
     
    182177extern slab_cache_t *phone_cache;
    183178
    184 extern answerbox_t *ipc_box_0;
     179extern answerbox_t *ipc_phone_0;
    185180
    186181extern void ipc_init(void);
Note: See TracChangeset for help on using the changeset viewer.