]> git.ipfire.org Git - thirdparty/tvheadend.git/commit
util: added a reverse insert (sorted) routine to TAILQ
authorAdam Sutton <dev@adamsutton.me.uk>
Fri, 6 Jun 2014 09:08:08 +0000 (10:08 +0100)
committerAdam Sutton <dev@adamsutton.me.uk>
Mon, 9 Jun 2014 21:08:39 +0000 (22:08 +0100)
commit248b682c84f9bf89ea0d434040df5f8dd9764180
treed508125955623a6e1f4fb41a75cb1d0719575b20
parentc26ccaba3d96aa9b463ac27cc6f02d2b4e30b979
util: added a reverse insert (sorted) routine to TAILQ

This changes the way in which equal objects are handled. Previously they'd
be added to the HEAD and with this they add to the TAIL, which is what I
need in network scanning code.
src/queue.h