Subversion Repositories HelenOS-historic

Rev

Rev 1235 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1235 Rev 1238
Line 43... Line 43...
43
     * Destination address in case of SYS_AS_AREA_ACCEPT,
43
     * Destination address in case of SYS_AS_AREA_ACCEPT,
44
     * source address in case of SYS_AS_AREA_SEND.
44
     * source address in case of SYS_AS_AREA_SEND.
45
     */
45
     */
46
    void *base;
46
    void *base;
47
   
47
   
-
 
48
    /*
-
 
49
     * The following members are filled only by acceptor.
-
 
50
     */
48
    unsigned long size; /**< Size of memory being sent/accepted must match. */
51
    unsigned long size; /**< Size of memory being sent/accepted must match. */
49
    int flags;      /**< Address space area flags of sender and acceptor must match. */
52
    int flags;      /**< Address space area flags of sender and acceptor must match. */
50
} as_area_acptsnd_arg_t;
53
} as_area_acptsnd_arg_t;
51
 
54
 
52
#endif
55
#endif