-fixing compile warnings
authorSree Harsha Totakura <totakura@in.tum.de>
Wed, 20 Jun 2012 17:07:35 +0000 (17:07 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Wed, 20 Jun 2012 17:07:35 +0000 (17:07 +0000)
12 files changed:
src/namestore/test_namestore_api.c
src/namestore/test_namestore_api_create.c
src/namestore/test_namestore_api_create_update.c
src/namestore/test_namestore_api_lookup.c
src/namestore/test_namestore_api_lookup_specific_type.c
src/namestore/test_namestore_api_put.c
src/namestore/test_namestore_api_remove.c
src/namestore/test_namestore_api_remove_not_existing_record.c
src/namestore/test_namestore_api_zone_iteration.c
src/namestore/test_namestore_api_zone_iteration_specific_zone.c
src/namestore/test_namestore_api_zone_iteration_stop.c
src/namestore/test_namestore_api_zone_to_name.c

index e85dd38bdb43829772b1c1407c380b75470a1afe..7fb52a2da75ff1c9b1ed2dd0f194438ad47fadeb 100644 (file)
@@ -122,7 +122,8 @@ put_cont (void *cls, int32_t success, const char *emsg)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   struct GNUNET_CRYPTO_RsaSignature signature;
   struct GNUNET_NAMESTORE_RecordData rd;
index 5fc4f41227a00c127172e3c8946c34f1b5e80be9..6285895f2958322c8bbf24fd237b413d551c9838 100644 (file)
@@ -343,7 +343,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   size_t rd_ser_len;
   char *hostkey_file;
index e21ed4186d7f909540406785424719bda143d0c1..f3cc3917f27ecea1fc2645504851be8e4bcb6ed5 100644 (file)
@@ -193,7 +193,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   size_t rd_ser_len;
   char *hostkey_file;
index d74b1dcf7d267d8e8411f97372b8b63934ee5dd2..84dc414c6b83511f1c9f6f78e0275cf63109cea3 100644 (file)
@@ -196,7 +196,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   size_t rd_ser_len;
   struct GNUNET_TIME_Absolute et;
index f53b152cc22700129e6d10ade5861949aa0660ed..45507fcc5fc2f74cce4c256fea772c542de363f1 100644 (file)
@@ -272,7 +272,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   size_t rd_ser_len;
   char *hostkey_file;
index 58e85f35a85695e5de86d74985ab6172fe68b413..135b4a3e87493479e305e62bb5c0956d30b48904 100644 (file)
@@ -133,7 +133,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   struct GNUNET_CRYPTO_RsaSignature *signature;
   const char * s_name = "dummy.dummy.gnunet";
index 85ecb4a294a2761d26429002d05156179f02b8ef..f91085315d280d35840af2d376d5f0f056245bd4 100644 (file)
@@ -240,7 +240,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   size_t rd_ser_len;
   char *hostkey_file;
index ab9095d919d1a13f7ab57151ec0e80b136297028..a18e342e1af4100c530897a39162b0f733777bb0 100644 (file)
@@ -175,7 +175,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls,
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   char *hostkey_file;
   size_t rd_ser_len;
index 4e4ff88bcb748b93c78581466a243e07445449cd..3cfe05d7e9afef62e4f9dd2d0411e8bc1ed9fa61 100644 (file)
@@ -365,7 +365,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   char *hostkey_file;
   struct GNUNET_TIME_Absolute et;
index 4a6bc571a6ec8c23773334f68badda6fbca6f06d..9ed3fde285ed52093c12c9fc77c4bc307e56d76b 100644 (file)
@@ -324,7 +324,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls, 
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   char *hostkey_file;
   struct GNUNET_TIME_Absolute et;
index d6844139870ad9fa1851ddd9f7dba399fc090478..732550acdc7de43ea3473e20dbc00e309f60097e 100644 (file)
@@ -373,7 +373,8 @@ create_record (unsigned int count)
 
 static void
 run (void *cls,
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   char *hostkey_file;
   struct GNUNET_TIME_Absolute et;
index cd722ab8a3886164f2ee724e5415d02ee80889fb..9c2aebc36c05098ec73abb672c0b2721d6ea07c5 100644 (file)
@@ -163,7 +163,8 @@ put_cont (void *cls, int32_t success, const char *emsg)
 
 static void
 run (void *cls,
-     const struct GNUNET_CONFIGURATION_Handle *cfg)
+     const struct GNUNET_CONFIGURATION_Handle *cfg,
+     struct GNUNET_TESTING_Peer *peer)
 {
   struct GNUNET_TIME_Absolute et;