author | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Oct 2013 15:23:32 +0000 (17:23 +0200) | ||
committer | Sebastian Harl <sh@tokkee.org> | |
Fri, 25 Oct 2013 15:23:32 +0000 (17:23 +0200) | ||
commit | 57e2d5775d9571506773ec135662c6c788103669 | |
tree | d230003f6d8698c57ffa5b0a79c30a1dbf4b174f | tree | snapshot |
parent | 08f22afc30f1658a89aed05d4d596debe034c20a | commit | diff |
utils llist: Added sdb_llist_iter_remove_current().
This function may be used to remove the current (the one returned by the last
sdb_llist_iter_get_next() call) iterator value from the list.
Note, that this function is not safe if another iterator is used in parallel
at the same time.
This function may be used to remove the current (the one returned by the last
sdb_llist_iter_get_next() call) iterator value from the list.
Note, that this function is not safe if another iterator is used in parallel
at the same time.
src/include/utils/llist.h | diff | blob | history | |
src/utils/llist.c | diff | blob | history | |
t/utils/llist_test.c | diff | blob | history |