Anybody object to me acking this patch despite the fact that I modified it and
posted a new version?
I'll merge it soon if there are no objections.
On Thu, 2016-04-21 at 16:43 -0500, Jonathon Jongsma wrote:
> From: Christophe Fergeau
>
> There was an extra RedCharDeviceMsgToClientItem type who
>
> Anybody object to me acking this patch despite the fact that I modified it
> and
> posted a new version?
>
> I'll merge it soon if there are no objections.
>
Acked-by: Frediano Ziglio
Frediano
>
> On Thu, 2016-04-21 at 16:43 -0500, Jonathon Jongsma wrote:
> > From: Christophe Fergeau
From: Christophe Fergeau
There was an extra RedCharDeviceMsgToClientItem type whose only
purpose was to manage a linked list of items to send. GQueue has the
same purpose as this type in addition to being generic. As the length of
the send queue is tracked, a GQueue is more appropriate than a GLi