From 17b6a58f1eb27f5042a02eb690e127ee58987c25 Mon Sep 17 00:00:00 2001 From: Alon Levy Date: Tue, 9 Nov 2010 11:30:39 +0200 Subject: server/red_channel (all): makes red_channel_reset_send_data private ready the way for handling ack messages in RedChannel. --- server/red_channel.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'server/red_channel.h') diff --git a/server/red_channel.h b/server/red_channel.h index fb5af99c..9563c0e2 100644 --- a/server/red_channel.h +++ b/server/red_channel.h @@ -203,9 +203,8 @@ int red_channel_handle_message(RedChannel *channel, uint32_t size, /* default error handler that disconnects channel */ void red_channel_default_peer_on_error(RedChannel *channel); -/* when preparing send_data: should call reset, then init and then add_buf per buffer that is +/* when preparing send_data: should call init and then add_buf per buffer that is being sent */ -void red_channel_reset_send_data(RedChannel *channel); void red_channel_init_send_data(RedChannel *channel, uint16_t msg_type, PipeItem *item); void red_channel_add_buf(RedChannel *channel, void *data, uint32_t size); -- cgit