|
Kodi Documentation 18.0
Kodi is an open source media player and entertainment hub.
|
#include "PlatformDefs.h"#include "ZeroconfAvahi.h"#include <string>#include <iostream>#include <sstream>#include <cassert>#include <avahi-client/client.h>#include <avahi-common/thread-watch.h>#include <avahi-common/alternative.h>#include <avahi-common/error.h>#include <avahi-common/malloc.h>#include <unistd.h>#include <utils/log.h>Classes | |
| struct | ScopedEventLoopBlock |
| helper RAII-struct to block event loop for modifications More... | |
| struct | CZeroconfAvahi::ServiceInfo |
| helper to store information on howto create an avahi-group to publish More... | |