X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=0a90e8840cdf76e683a276d569fba3bfcd710c2b;hb=08471ab23c0abdf0ddd7ff836a15bd81fbce7520;hp=59fe2efa0419b0376201b236431fd2ea605273e2;hpb=bb899fb1a0c279a2890ff30d11bf7aec50fb92ed;p=paraslash.git diff --git a/http_send.c b/http_send.c index 59fe2efa..0a90e884 100644 --- a/http_send.c +++ b/http_send.c @@ -158,7 +158,7 @@ static void http_send(long unsigned current_chunk, } } -static void http_post_select(__a_unused struct sched *s) +static void http_post_monitor(__a_unused struct sched *s) { struct sender_client *sc, *tmp; struct private_http_sender_data *phsd; @@ -196,7 +196,7 @@ static void http_post_select(__a_unused struct sched *s) phsd->status = HTTP_CONNECTED; } -static void http_pre_select(struct sched *s) +static void http_pre_monitor(struct sched *s) { struct sender_client *sc, *tmp; unsigned n; @@ -274,8 +274,8 @@ const struct sender http_sender = { .name = "http", .init = http_send_init, .shutdown = http_shutdown, - .pre_select = http_pre_select, - .post_select = http_post_select, + .pre_monitor = http_pre_monitor, + .post_monitor = http_post_monitor, .send = http_send, .shutdown_clients = http_shutdown_clients, .client_cmds = {