Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugene Tarassov2011-12-14 03:42:54 +0000
committerEugene Tarassov2011-12-14 03:42:54 +0000
commit9f32772d59131ef89b7646cec702a8093106a2cd (patch)
treeec9a09f6bc854d21c97a8767de614161275e2fa4 /agent/tcf/services/discovery_udp.c
parent81fbf4fda3d1cd157d33641c15972d8dd049c5be (diff)
downloadorg.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.tar.gz
org.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.tar.xz
org.eclipse.tcf.agent-9f32772d59131ef89b7646cec702a8093106a2cd.zip
TCF Agent: added support of 64-bit Windows.
Diffstat (limited to 'agent/tcf/services/discovery_udp.c')
-rw-r--r--agent/tcf/services/discovery_udp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/agent/tcf/services/discovery_udp.c b/agent/tcf/services/discovery_udp.c
index df26dbc0..e310cf5b 100644
--- a/agent/tcf/services/discovery_udp.c
+++ b/agent/tcf/services/discovery_udp.c
@@ -409,7 +409,7 @@ static int udp_send_peer_info(PeerServer * ps, void * arg) {
}
if (send_size == 8) {
- int i;
+ unsigned i;
send_buf[4] = UDP_ACK_INFO;
app_str("ID=");
app_strz(ps->id);

Back to the top