aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_set_service.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2014-11-27 10:04:14 +0000
committerChristian Grothoff <christian@grothoff.org>2014-11-27 10:04:14 +0000
commit47c52147dac6bc423b43aa8e2721585df893440b (patch)
treef70838a0ad5400cc100ec948a6ccb6295a509379 /src/include/gnunet_set_service.h
parent4d376fad783520443f21216de0eed2d8cfc43c97 (diff)
downloadgnunet-47c52147dac6bc423b43aa8e2721585df893440b.tar.gz
gnunet-47c52147dac6bc423b43aa8e2721585df893440b.zip
rename element's type field to 'element_type'
Diffstat (limited to 'src/include/gnunet_set_service.h')
-rw-r--r--src/include/gnunet_set_service.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/gnunet_set_service.h b/src/include/gnunet_set_service.h
index 1ff8d85d5..c0e65cb72 100644
--- a/src/include/gnunet_set_service.h
+++ b/src/include/gnunet_set_service.h
@@ -161,7 +161,7 @@ struct GNUNET_SET_Element
161 /** 161 /**
162 * Application-specific element type. 162 * Application-specific element type.
163 */ 163 */
164 uint16_t type; 164 uint16_t element_type;
165 165
166 /** 166 /**
167 * Actual data of the element 167 * Actual data of the element