aboutsummaryrefslogtreecommitdiff
path: root/src/include/gnunet_my_lib.h
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2016-06-24 20:12:53 +0000
committerChristian Grothoff <christian@grothoff.org>2016-06-24 20:12:53 +0000
commitd5fd881c2a044474b54ddf03b6ab8be8d2b75927 (patch)
treeb3565f8038b761a2a2117476dc7d493fc8e0cde2 /src/include/gnunet_my_lib.h
parent63b2e5ce20544b22da822848d6e3f3c495f381c3 (diff)
downloadgnunet-d5fd881c2a044474b54ddf03b6ab8be8d2b75927.tar.gz
gnunet-d5fd881c2a044474b54ddf03b6ab8be8d2b75927.zip
-handle NULL results
Diffstat (limited to 'src/include/gnunet_my_lib.h')
-rw-r--r--src/include/gnunet_my_lib.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/gnunet_my_lib.h b/src/include/gnunet_my_lib.h
index 61fd6459f..6ecff67a0 100644
--- a/src/include/gnunet_my_lib.h
+++ b/src/include/gnunet_my_lib.h
@@ -246,6 +246,11 @@ struct GNUNET_MY_ResultSpec
246 */ 246 */
247 unsigned long mysql_bind_output_length; 247 unsigned long mysql_bind_output_length;
248 248
249 /**
250 * Memory for MySQL to notify us about NULL values.
251 */
252 my_bool is_null;
253
249}; 254};
250 255
251 256