removed duplicate specifiers
authorSree Harsha Totakura <totakura@in.tum.de>
Sun, 30 Sep 2012 14:26:25 +0000 (14:26 +0000)
committerSree Harsha Totakura <totakura@in.tum.de>
Sun, 30 Sep 2012 14:26:25 +0000 (14:26 +0000)
src/lockmanager/test_lockmanager_api.c
src/lockmanager/test_lockmanager_api_acquireretry.c
src/lockmanager/test_lockmanager_api_lockrelease.c
src/lockmanager/test_lockmanager_api_servercrash.c

index 1bb84364fdd68b220ebffe76196b91b4d0525bbd..eafde89b6c168fafdf0a817fb1d60f96c1bb777e 100644 (file)
@@ -91,7 +91,7 @@ static GNUNET_SCHEDULER_TaskIdentifier abort_task_id;
  * @param tc the task context
  */
 static void
-do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   if (GNUNET_SCHEDULER_NO_TASK != abort_task_id)
   {
@@ -114,7 +114,7 @@ do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
  * @param tc the task context
  */
 static void
-do_abort (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Aborting test...\n");
   abort_task_id = GNUNET_SCHEDULER_NO_TASK;
index a90e2784a7b54f36553cda3544073b770c142f92..443246bb7f1f56a18c833c9beb8bbbc1afa9d9ca 100644 (file)
@@ -111,7 +111,7 @@ static struct GNUNET_TESTING_Peer *self;
  * @param tc the task context
  */
 static void
-do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   if (GNUNET_SCHEDULER_NO_TASK != abort_task_id)
   {
@@ -129,7 +129,7 @@ do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
  * @param tc the task context
  */
 static void
-do_abort (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Aborting test...\n");
   abort_task_id = GNUNET_SCHEDULER_NO_TASK;
index 3dccf3520c4c8204401ce29526466d732ea7c5c5..7f8fe5781b996e08b270b74f9b73f33cf8ac40dd 100644 (file)
@@ -111,7 +111,7 @@ static GNUNET_SCHEDULER_TaskIdentifier abort_task_id;
  * @param tc the task context
  */
 static void
-do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   if (GNUNET_SCHEDULER_NO_TASK != abort_task_id)
   {
@@ -130,7 +130,7 @@ do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
  * @param tc the task context
  */
 static void
-do_abort (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Aborting test...\n");
   abort_task_id = GNUNET_SCHEDULER_NO_TASK;
index 694dcd5fbffd77dc84bf61229a6a024d70bdfc4e..3235e4db79b2688b701d6eb018f1dc3b9b395a47 100644 (file)
@@ -122,7 +122,7 @@ static struct GNUNET_TESTING_Peer *self;
  * @param tc the task context
  */
 static void
-do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_shutdown (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   if (GNUNET_SCHEDULER_NO_TASK != abort_task_id)
   {
@@ -143,7 +143,7 @@ do_shutdown (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
  * @param tc the task context
  */
 static void
-do_abort (void *cls, const const struct GNUNET_SCHEDULER_TaskContext *tc)
+do_abort (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
 {
   LOG (GNUNET_ERROR_TYPE_DEBUG, "Aborting test...\n");
   abort_task_id = GNUNET_SCHEDULER_NO_TASK;