aboutsummaryrefslogtreecommitdiff
path: root/src/ats/gnunet-service-ats_normalization.h
diff options
context:
space:
mode:
authorMatthias Wachs <wachs@net.in.tum.de>2013-09-26 08:38:59 +0000
committerMatthias Wachs <wachs@net.in.tum.de>2013-09-26 08:38:59 +0000
commit102279864185ce701d24275b837c5d820984372e (patch)
treeb1327ccbe682f35304ab17f0d068327c5e07b34e /src/ats/gnunet-service-ats_normalization.h
parent3b85e9d35fc2a4a32924a4e404b3ce50c0b6c2b8 (diff)
downloadgnunet-102279864185ce701d24275b837c5d820984372e.tar.gz
gnunet-102279864185ce701d24275b837c5d820984372e.zip
fixing indentation
Diffstat (limited to 'src/ats/gnunet-service-ats_normalization.h')
-rw-r--r--src/ats/gnunet-service-ats_normalization.h12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/ats/gnunet-service-ats_normalization.h b/src/ats/gnunet-service-ats_normalization.h
index 45c862697..969263b3e 100644
--- a/src/ats/gnunet-service-ats_normalization.h
+++ b/src/ats/gnunet-service-ats_normalization.h
@@ -38,15 +38,15 @@
38 38
39typedef void 39typedef void
40(*GAS_Normalization_preference_changed_cb) (void *cls, 40(*GAS_Normalization_preference_changed_cb) (void *cls,
41 const struct GNUNET_PeerIdentity *peer, 41 const struct GNUNET_PeerIdentity *peer,
42 enum GNUNET_ATS_PreferenceKind kind, 42 enum GNUNET_ATS_PreferenceKind kind,
43 double pref_rel); 43 double pref_rel);
44 44
45typedef void 45typedef void
46(*GAS_Normalization_property_changed_cb) (void *cls, 46(*GAS_Normalization_property_changed_cb) (void *cls,
47 struct ATS_Address *peer, 47 struct ATS_Address *peer,
48 uint32_t type, 48 uint32_t type,
49 double prop_rel); 49 double prop_rel);
50 50
51/** 51/**
52 * Get the normalized preference values for a specific peer 52 * Get the normalized preference values for a specific peer