Added new FlushWithReply method. Mostly tested
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2011 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
51c9c2f980
commit
c773cf76b7
@ -14,13 +14,14 @@ class PortLinkData;
|
||||
|
||||
class PortLink
|
||||
{
|
||||
typedef struct
|
||||
class ReplyData
|
||||
{
|
||||
public:
|
||||
ReplyData(void) { code=0; buffersize=0; buffer=NULL; }
|
||||
int32 code;
|
||||
ssize_t buffersize;
|
||||
int8 *buffer;
|
||||
|
||||
} ReplyData;
|
||||
};
|
||||
public:
|
||||
PortLink(port_id port);
|
||||
PortLink(const PortLink &link);
|
||||
|
Loading…
Reference in New Issue
Block a user