Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/generic/include/proc/task.h

    r6c34f587 r1066041  
    5757#include <mm/as.h>
    5858#include <abi/sysinfo.h>
     59#include <arch.h>
     60
     61#define TASK                 THE->task
     62
    5963
    6064struct thread;
     
    9498        phone_t phones[IPC_MAX_PHONES];
    9599        stats_ipc_t ipc_info;   /**< IPC statistics */
     100        list_t sync_boxes;      /**< List of synchronous answerboxes. */
    96101        event_t events[EVENT_TASK_END - EVENT_END];
    97102       
Note: See TracChangeset for help on using the changeset viewer.