aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_ats_service.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2015-04-09 11:11:51 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2015-04-09 11:11:51 +0000
commitad0777dcb1709b8d46d141e2cb8900dc9c91329d (patch)
tree5954be05b38f3297b8af08b96894ab179c1ede01 /src/include/gnunet_ats_service.h
parent5ffbe65c5c78e09b83d3eaae95c2c363535a332f (diff)
downloadgnunet-ad0777dcb1709b8d46d141e2cb8900dc9c91329d.tar.gz
gnunet-ad0777dcb1709b8d46d141e2cb8900dc9c91329d.zip
fix order in initializer
Diffstat (limited to 'src/include/gnunet_ats_service.h')
-rw-r--r--src/include/gnunet_ats_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_ats_service.h b/src/include/gnunet_ats_service.h
index 68499121e..c036a536b 100644
--- a/src/include/gnunet_ats_service.h
+++ b/src/include/gnunet_ats_service.h
@@ -612,7 +612,7 @@ GNUNET_ATS_reserve_bandwidth_cancel (struct GNUNET_ATS_ReservationContext *rc);
612/** 612/**
613 * ATS preference types as array initializer 613 * ATS preference types as array initializer
614 */ 614 */
615#define GNUNET_ATS_PreferenceType {GNUNET_ATS_PREFERENCE_END, GNUNET_ATS_PREFERENCE_BANDWIDTH, GNUNET_ATS_PREFERENCE_LATENCY} 615#define GNUNET_ATS_PreferenceType {GNUNET_ATS_PREFERENCE_BANDWIDTH, GNUNET_ATS_PREFERENCE_LATENCY, GNUNET_ATS_PREFERENCE_END}
616 616
617/** 617/**
618 * ATS preference types as string array initializer 618 * ATS preference types as string array initializer