Code

Let objects be named.
authorSebastian Harl <sh@tokkee.org>
Thu, 18 Jul 2013 01:50:27 +0000 (18:50 -0700)
committerSebastian Harl <sh@tokkee.org>
Thu, 18 Jul 2013 01:50:27 +0000 (18:50 -0700)
commit1fee763a36a0c9af761244bbce8cd6c233ddbe2a
tree09ba1214f87feef8a1b5453537733d96037d7ea0
parentc6e0f4334005abe7c3920558ee82eb8f09b2550a
Let objects be named.

This allows to move common code into helper functions. The objects module now
provides a function to compare two objects by name and linked-lists support to
lookup objects by name now.

This removes the need for various custom and somewhat ugly helper functions
and data-types.
src/backend/collectd/unixsock.c
src/backend/mk-livestatus.c
src/backend/puppet/store-configs.c
src/core/object.c
src/core/plugin.c
src/core/store.c
src/include/core/object.h
src/include/core/store.h
src/include/utils/llist.h
src/utils/llist.c