Subversion Repositories HelenOS

Rev

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

Rev 2622 Rev 2623
Line 97... Line 97...
97
/* Well known phone descriptors */
97
/* Well known phone descriptors */
98
#define PHONE_NS    0
98
#define PHONE_NS    0
99
 
99
 
100
/* Forwarding flags. */
100
/* Forwarding flags. */
101
#define IPC_FF_NONE     0
101
#define IPC_FF_NONE     0
-
 
102
/**
-
 
103
 * The call will be routed as though it was initially sent via the phone used to
-
 
104
 * forward it. This feature is intended to support the situation in which the
-
 
105
 * forwarded call needs to be handled by the same connection fibril as any other
-
 
106
 * calls that were initially sent by the forwarder to the same destination. This
-
 
107
 * flag has no imapct on routing replies.
-
 
108
 */
-
 
109
#define IPC_FF_ROUTE_FROM_ME    (1 << 0)
102
 
110
 
103
/* System-specific methods - only through special syscalls
111
/* System-specific methods - only through special syscalls
104
 * These methods have special behaviour
112
 * These methods have special behaviour
105
 */
113
 */
106
/** Protocol for CONNECT - TO - ME
114
/** Protocol for CONNECT - TO - ME