Removed fixed attachment limit

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@2870 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
DarkWyrm
2003-03-06 22:24:45 +00:00
parent 5743b0d24a
commit c51942ea6e
2 changed files with 40 additions and 95 deletions
+3 -7
View File
@@ -5,10 +5,7 @@
#include <OS.h>
#include <SupportDefs.h>
#include <Rect.h>
#ifndef _PORTLINK_BUFFERSIZE
#define _PORTLINK_MAX_ATTACHMENTS 50
#endif
#include <List.h>
class PortLinkData;
@@ -47,9 +44,8 @@ protected:
port_id target, replyport;
int32 opcode;
uint32 bufferlength,capacity;
int num_attachments;
bool port_ok;
PortLinkData *attachments[_PORTLINK_MAX_ATTACHMENTS];
BList *attachlist;
};
#endif
#endif