aboutsummaryrefslogtreecommitdiff
path: root/src/transport/gnunet-service-transport.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-13 11:59:13 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-13 11:59:13 +0000
commit86ad1393cdf6c8b37437c330fce25ebfffbc8ffd (patch)
treea74f38f8f6379361490ca8b9395d1ee161943b98 /src/transport/gnunet-service-transport.h
parent0a5333c2df162d6f6f9bd35ea04d57e6abcc0b6f (diff)
downloadgnunet-86ad1393cdf6c8b37437c330fce25ebfffbc8ffd.tar.gz
gnunet-86ad1393cdf6c8b37437c330fce25ebfffbc8ffd.zip
new ATS API -- code won't compile
Diffstat (limited to 'src/transport/gnunet-service-transport.h')
-rw-r--r--src/transport/gnunet-service-transport.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/transport/gnunet-service-transport.h b/src/transport/gnunet-service-transport.h
index 36469df06..adc28ba6d 100644
--- a/src/transport/gnunet-service-transport.h
+++ b/src/transport/gnunet-service-transport.h
@@ -65,7 +65,7 @@ extern struct GNUNET_CRYPTO_RsaPrivateKey *GST_my_private_key;
65/** 65/**
66 * ATS handle. 66 * ATS handle.
67 */ 67 */
68extern struct GNUNET_ATS_Handle *GST_ats; 68extern struct GNUNET_ATS_SchedulingHandle *GST_ats;
69 69
70 70
71#endif 71#endif