Changeset df0103f7 in mainline for generic/include/proc/task.h


Ignore:
Timestamp:
2006-04-26T11:43:47Z (19 years ago)
Author:
Jakub Jermar <jakub@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
f3ac636
Parents:
dbbeb26
Message:

Implementation of SYS_AS_AREA_ACCEPT and SYS_AS_AREA_SEND syscalls.
Note that these replace previously declared SYS_AS_AREA_SHARE_APPROVE
and SYS_AS_AREA_SHARE_PERFORM.

File:
1 edited

Legend:

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

    rdbbeb26 rdf0103f7  
    3636#include <ipc/ipc.h>
    3737#include <security/cap.h>
     38#include <mm/as_arg.h>
    3839#include <arch/proc/task.h>
    3940
     
    5253        phone_t phones[IPC_MAX_PHONES];
    5354        atomic_t active_calls;  /**< Active asynchronous messages */
     55       
     56        /** Accept argument of SYS_AS_AREA_ACCEPT. */
     57        as_area_acptsnd_arg_t accept_arg;
    5458       
    5559        task_arch_t arch;       /**< Architecture specific task data. */
Note: See TracChangeset for help on using the changeset viewer.