aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2014-08-30 08:32:10 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2014-08-30 08:32:10 +0000
commit940c02e4903e957db965991c58be73e3400e31b0 (patch)
tree084e3d3e33ea0335becfb4838134b2f4fc83731d /src
parent0309a1cddc6f24c340f414237499d5033a79d540 (diff)
downloadgnunet-940c02e4903e957db965991c58be73e3400e31b0.tar.gz
gnunet-940c02e4903e957db965991c58be73e3400e31b0.zip
missing state rename
Diffstat (limited to 'src')
-rw-r--r--src/include/gnunet_transport_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_transport_service.h b/src/include/gnunet_transport_service.h
index e7ee35d3c..e18f7c360 100644
--- a/src/include/gnunet_transport_service.h
+++ b/src/include/gnunet_transport_service.h
@@ -595,7 +595,7 @@ enum GNUNET_TRANSPORT_PeerState
595 * alternative session to the other peer and waiting for a 595 * alternative session to the other peer and waiting for a
596 * SYN_ACK to make this our primary connection. 596 * SYN_ACK to make this our primary connection.
597 */ 597 */
598 GNUNET_TRANSPORT_PS_CONNECTED_SWITCHING_SYN_SENT, 598 GNUNET_TRANSPORT_PS_SWITCH_SYN_SENT,
599 599
600 /** 600 /**
601 * Disconnect in progress (we're sending the DISCONNECT message to the 601 * Disconnect in progress (we're sending the DISCONNECT message to the