Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include "ZeroconfAvahi.h"
#include "utils/log.h"
#include <cassert>
#include <iostream>
#include <sstream>
#include <string>
#include <avahi-client/client.h>
#include <avahi-common/alternative.h>
#include <avahi-common/error.h>
#include <avahi-common/malloc.h>
#include <avahi-common/thread-watch.h>
#include <unistd.h>
#include "PlatformDefs.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... | |