X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=0a90e8840cdf76e683a276d569fba3bfcd710c2b;hb=e3a7e12639c34fd86d48a072beb48add8c498d09;hp=59fe2efa0419b0376201b236431fd2ea605273e2;hpb=742c8b3f79a59278ced71e1855da1846b157b494;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 = {