aboutsummaryrefslogtreecommitdiff
path: root/src/ats/ats_api.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
committerChristian Grothoff <christian@grothoff.org>2011-10-17 07:55:41 +0000
commita2d9b4434076254811584a4a0ffa8881d0903db8 (patch)
tree4f5a2ee5daaabdedb45aa5e7e1d03e3c0f28ed0e /src/ats/ats_api.h
parent4b5e8dcb8d6f0d29fffb823e600c73be404d9b39 (diff)
downloadgnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.tar.gz
gnunet-a2d9b4434076254811584a4a0ffa8881d0903db8.zip
move GNUNET_TRANSPORT_ATS_ to GNUNET_ATS_
Diffstat (limited to 'src/ats/ats_api.h')
-rw-r--r--src/ats/ats_api.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ats/ats_api.h b/src/ats/ats_api.h
index 2c98194be..a10607817 100644
--- a/src/ats/ats_api.h
+++ b/src/ats/ats_api.h
@@ -37,7 +37,7 @@ struct AllocationRecord
37 /** 37 /**
38 * Performance information associated with this address (array). 38 * Performance information associated with this address (array).
39 */ 39 */
40 struct GNUNET_TRANSPORT_ATS_Information *ats; 40 struct GNUNET_ATS_Information *ats;
41 41
42 /** 42 /**
43 * Name of the plugin 43 * Name of the plugin