mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 04:33:00 +02:00
The operator sees Infix through YANG models and should not need to know which library implements a given feature. Rename the public-facing parts of the avahi module to use the mdns vocabulary: - Log strings: "avahi: ..." → "mdns: ..." - Public API: avahi_ctx_init/exit → mdns_ctx_init/exit - Main type: struct avahi_ctx → struct mdns_ctx - statd field: statd.avahi → statd.mdns Internal types (struct avahi_neighbor, avahi_service, …) and file names (avahi.c, avahi.h) are kept as-is — developers debugging at the C level benefit from knowing the underlying implementation. Signed-off-by: Joachim Wiberg <troglobit@gmail.com>