plugin.h: Introduce the identifier_t type with pointer fields.
authorSebastian Harl <sh@tokkee.org>
Sun, 5 Jun 2016 14:44:39 +0000 (16:44 +0200)
committerSebastian Harl <sh@tokkee.org>
Sun, 25 Sep 2016 10:42:45 +0000 (12:42 +0200)
commit7747e2ad9a86c2307094cd4ca3f753e46329c7a5
tree05d45f79b90ad7baae2db4405b1b2818da368029
parent1aa4295ba6875ceb02a7383237bc2485ffab9c1e
plugin.h: Introduce the identifier_t type with pointer fields.

This serves two purposes:
 - Allow field values of arbitrary length.
 - Reuse the identifier in other places.

Renamed identifier_t from utils_vl_lookup to lookup_identifier_t.
src/aggregation.c
src/daemon/plugin.h
src/utils_vl_lookup.c
src/utils_vl_lookup.h
src/utils_vl_lookup_test.c