Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoreutarass2010-12-21 20:32:53 +0000
committereutarass2010-12-21 20:32:53 +0000
commit924a0a84057556938e1310084c99955e71a871d6 (patch)
tree847054f8e61180f8fb62021481f79fe681c02f42 /server/server.vcproj
parentc66af72a286cb4d793a395f9e9ffae31f056f81d (diff)
downloadorg.eclipse.tcf.agent-924a0a84057556938e1310084c99955e71a871d6.tar.gz
org.eclipse.tcf.agent-924a0a84057556938e1310084c99955e71a871d6.tar.xz
org.eclipse.tcf.agent-924a0a84057556938e1310084c99955e71a871d6.zip
TCF Agent: implemented optional output queue for TCF communication channel.
In addition to improving the agent performance, the queue solves the problem of SSL and PIPE channels being prone to deadlocks.
Diffstat (limited to 'server/server.vcproj')
-rw-r--r--server/server.vcproj8
1 files changed, 8 insertions, 0 deletions
diff --git a/server/server.vcproj b/server/server.vcproj
index b4661bea..04943e17 100644
--- a/server/server.vcproj
+++ b/server/server.vcproj
@@ -467,6 +467,14 @@
>
</File>
<File
+ RelativePath="..\agent\framework\outputbuf.c"
+ >
+ </File>
+ <File
+ RelativePath="..\agent\framework\outputbuf.h"
+ >
+ </File>
+ <File
RelativePath="..\agent\framework\peer.c"
>
</File>

Back to the top