summaryrefslogtreecommitdiffstats
path: root/server/tree.c
Commit message (Collapse)AuthorAgeFilesLines
* Move some tree item functions to tree.[ch]Jonathon Jongsma2015-11-171-0/+49
| | | | | | | | | | | Also rename some functions slightly: __find_shadow -> tree_item_find_shadow() __contained_by -> tree_item_contained_by() ring_of -> tree_item_container_items(); Acked-by: Fabiano Fidêncio <fidencio@redhat.com> Acked-by: Frediano Ziglio <fziglio@redhat.com> Acked-by: Jonathon Jongsma <jjongsma@redhat.com>
* worker: move some tree container functionsMarc-André Lureau2015-11-121-0/+27
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* syntax-check: Add missing #include <config.h>Pavel Grunt2015-11-091-0/+4
|
* worker: move shadow_new() and container_new()Marc-André Lureau2015-11-061-0/+39
| | | | Acked-by: Fabiano Fidêncio <fidencio@redhat.com>
* tree: move that to a separate unitMarc-André Lureau2015-11-021-0/+182
Acked-by: Frediano Ziglio <fziglio@redhat.com>