[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r8655 - gnunet/src/datastore
From: |
gnunet |
Subject: |
[GNUnet-SVN] r8655 - gnunet/src/datastore |
Date: |
Thu, 9 Jul 2009 15:31:59 -0600 |
Author: grothoff
Date: 2009-07-09 15:31:59 -0600 (Thu, 09 Jul 2009)
New Revision: 8655
Modified:
gnunet/src/datastore/plugin_datastore_sqlite.c
gnunet/src/datastore/plugin_datastore_template.c
Log:
fixes
Modified: gnunet/src/datastore/plugin_datastore_sqlite.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_sqlite.c 2009-07-09 20:41:23 UTC
(rev 8654)
+++ gnunet/src/datastore/plugin_datastore_sqlite.c 2009-07-09 21:31:59 UTC
(rev 8655)
@@ -743,7 +743,7 @@
*/
static int
sqlite_plugin_update (void *cls,
- unsigned long long uid,
+ uint64_t uid,
int delta, struct GNUNET_TIME_Absolute expire,
char **msg)
{
Modified: gnunet/src/datastore/plugin_datastore_template.c
===================================================================
--- gnunet/src/datastore/plugin_datastore_template.c 2009-07-09 20:41:23 UTC
(rev 8654)
+++ gnunet/src/datastore/plugin_datastore_template.c 2009-07-09 21:31:59 UTC
(rev 8655)
@@ -151,7 +151,7 @@
*/
static int
template_plugin_update (void *cls,
- unsigned long long uid,
+ uint64_t uid,
int delta, struct GNUNET_TIME_Absolute expire,
char **msg)
{
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r8655 - gnunet/src/datastore,
gnunet <=