made debug output more human readable
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@1362 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
59dc7b8b5b
commit
e1df8c523b
@ -67,15 +67,15 @@ enum {
|
||||
|
||||
// Raw port based communication
|
||||
enum {
|
||||
SERVER_GET_NODE = 1000,
|
||||
SERVER_GET_NODE = 0x1000,
|
||||
SERVER_SET_NODE,
|
||||
SERVER_PUBLISH_INPUTS,
|
||||
SERVER_PUBLISH_OUTPUTS,
|
||||
CONSUMER_GET_NEXT_INPUT,
|
||||
CONSUMER_GET_NEXT_INPUT = 0x2000,
|
||||
CONSUMER_DISPOSE_INPUT_COOKIE,
|
||||
CONSUMER_ACCEPT_FORMAT,
|
||||
CONSUMER_CONNECTED,
|
||||
PRODUCER_GET_NEXT_OUTPUT,
|
||||
PRODUCER_GET_NEXT_OUTPUT = 0x3000,
|
||||
PRODUCER_DISPOSE_OUTPUT_COOKIE,
|
||||
PRODUCER_FORMAT_PROPOSAL,
|
||||
PRODUCER_PREPARE_TO_CONNECT,
|
||||
|
Loading…
Reference in New Issue
Block a user