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:
Rene Gollent
2010-02-28 22:55:43 +00:00
parent 2ee4113182
commit 099f9551c7
2 changed files with 7 additions and 3 deletions
+1
View File
@@ -45,6 +45,7 @@ class LinkSender {
status_t FlushCompleted(size_t newBufferSize);
port_id fPort;
port_id fAppServerPort;
char *fBuffer;
size_t fBufferSize;