Cache the app_server port lazily so we don't have to look it up every time.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@35681 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -45,6 +45,7 @@ class LinkSender {
|
||||
status_t FlushCompleted(size_t newBufferSize);
|
||||
|
||||
port_id fPort;
|
||||
port_id fAppServerPort;
|
||||
|
||||
char *fBuffer;
|
||||
size_t fBufferSize;
|
||||
|
||||
Reference in New Issue
Block a user