aboutsummaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
authorNils Durner <durner@gnunet.org>2009-08-29 17:55:26 +0000
committerNils Durner <durner@gnunet.org>2009-08-29 17:55:26 +0000
commitb1a757d39ec31b6e745ee4f5974a81e2af7ea06b (patch)
tree755563a839003dfae8c222076e0f67a839b023c9 /src/core
parent77b14843ec9990facf63586919c865d59c3a5996 (diff)
downloadgnunet-b1a757d39ec31b6e745ee4f5974a81e2af7ea06b.tar.gz
gnunet-b1a757d39ec31b6e745ee4f5974a81e2af7ea06b.zip
naming
Diffstat (limited to 'src/core')
-rw-r--r--src/core/core_api.c2
-rw-r--r--src/core/gnunet-service-core.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/core/core_api.c b/src/core/core_api.c
index 6a1b88147..619a0420f 100644
--- a/src/core/core_api.c
+++ b/src/core/core_api.c
@@ -836,7 +836,7 @@ void
836GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle) 836GNUNET_CORE_disconnect (struct GNUNET_CORE_Handle *handle)
837{ 837{
838 if (handle->th != NULL) 838 if (handle->th != NULL)
839 GNUNET_NETWORK_connection_notify_transmit_ready_cancel (handle->th); 839 GNUNET_CONNECTION_notify_transmit_ready_cancel (handle->th);
840 if (handle->reconnect_task != GNUNET_SCHEDULER_NO_TASK) 840 if (handle->reconnect_task != GNUNET_SCHEDULER_NO_TASK)
841 GNUNET_SCHEDULER_cancel (handle->sched, handle->reconnect_task); 841 GNUNET_SCHEDULER_cancel (handle->sched, handle->reconnect_task);
842 GNUNET_CLIENT_disconnect (handle->client); 842 GNUNET_CLIENT_disconnect (handle->client);
diff --git a/src/core/gnunet-service-core.c b/src/core/gnunet-service-core.c
index 8a750fd69..eab031f1c 100644
--- a/src/core/gnunet-service-core.c
+++ b/src/core/gnunet-service-core.c
@@ -1021,7 +1021,7 @@ handle_client_disconnect (void *cls, struct GNUNET_SERVER_Client *client)
1021 else 1021 else
1022 prev->next = pos->next; 1022 prev->next = pos->next;
1023 if (pos->th != NULL) 1023 if (pos->th != NULL)
1024 GNUNET_NETWORK_connection_notify_transmit_ready_cancel (pos->th); 1024 GNUNET_CONNECTION_notify_transmit_ready_cancel (pos->th);
1025 while (NULL != (e = pos->event_head)) 1025 while (NULL != (e = pos->event_head))
1026 { 1026 {
1027 pos->event_head = e->next; 1027 pos->event_head = e->next;