ClusterLabs/libqb

What's the difference between qb_list_splice and qb_list_splice_tail

czahie opened this issue · 1 comments

I can't figure the difference between them. From my perspective, if you set head = head->prev before the loop int qb_list_splice_tail, then everything is the same as qb_list_splice. Can anyone explain that for me? Thanks!

linked list