please merge with patch 13, it makes bisection faster (reviewing is easy for this kind of renaming change, no need to split it).
On Mon, Feb 7, 2011 at 7:20 PM, Alon Levy <al...@redhat.com> wrote: > --- > server/red_worker.c | 6 +++--- > 1 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/server/red_worker.c b/server/red_worker.c > index 355e073..5c02518 100644 > --- a/server/red_worker.c > +++ b/server/red_worker.c > @@ -349,7 +349,7 @@ typedef struct LocalCursor { > > typedef struct RedChannel RedChannel; > typedef void (*channel_disconnect_proc)(RedChannel *channel); > -typedef void (*hold_pipe_item_proc)(PipeItem *item); > +typedef void (*channel_hold_pipe_item_proc)(PipeItem *item); > typedef void (*release_item_proc)(RedChannel *channel, void *item); > typedef int (*handle_message_proc)(RedChannel *channel, size_t size, > uint32_t type, void *message); > > @@ -386,7 +386,7 @@ struct RedChannel { > } recive_data; > > channel_disconnect_proc disconnect; > - hold_pipe_item_proc hold_item; > + channel_hold_pipe_item_proc hold_item; > release_item_proc release_item; > handle_message_proc handle_message; > #ifdef RED_STATISTICS > @@ -9349,7 +9349,7 @@ static RedChannel *__new_channel(RedWorker *worker, int > size, uint32_t channel_i > RedsStreamContext *peer, int migrate, > event_listener_action_proc handler, > channel_disconnect_proc disconnect, > - hold_pipe_item_proc hold_item, > + channel_hold_pipe_item_proc hold_item, > release_item_proc release_item, > handle_message_proc handle_message) > { > -- > 1.7.4 > > _______________________________________________ > Spice-devel mailing list > Spice-devel@lists.freedesktop.org > http://lists.freedesktop.org/mailman/listinfo/spice-devel > -- Marc-André Lureau _______________________________________________ Spice-devel mailing list Spice-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/spice-devel