Ignore:
File:
1 edited

Legend:

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

    r9e87562 r719a208  
    6060#include <abi/sysinfo.h>
    6161#include <arch.h>
    62 #include <cap/cap.h>
    6362
    6463#define TASK                 THE->task
     
    6665
    6766struct thread;
    68 struct cap;
    6967
    7068/** Task structure. */
     
    9795        /** Task permissions. */
    9896        perm_t perms;
    99 
    100         /** Capabilities */
    101         cap_info_t *cap_info;
    10297       
    10398        /* IPC stuff */
     
    105100        /** Receiving communication endpoint */
    106101        answerbox_t answerbox;
     102
     103        /** Sending communication endpoints */
     104        phone_t phones[IPC_MAX_PHONES];
    107105
    108106        /** Spinlock protecting the active_calls list. */
Note: See TracChangeset for help on using the changeset viewer.