xrootd
|
#include <dns_sd.h>
#include <list>
#include "XrdOuc/XrdOucString.hh"
#include "XrdSys/XrdSysPthread.hh"
Go to the source code of this file.
Classes | |
struct | XrdOucBonjourRegisteredEntry |
struct | XrdOucBonjourSubscribedEntry |
struct | XrdOucBonjourResolutionEntry |
class | XrdOucBonjourRecord |
class | XrdOucBonjourNode |
class | XrdOucBonjour |
class | XrdOucBonjourFactory |
Defines | |
#define | TXT_LENGTH 100 |
#define | TIMEOUT 30 |
#define | kBonjourSrvDisabled -1 |
#define | kBonjourSrvBrowse 0 |
#define | kBonjourSrvRegister 1 |
#define | kBonjourSrvBoth 2 |
Typedefs | |
typedef void *(* | XrdOucBonjourUpdateCallback )(void *) |
typedef struct XrdOucBonjourRegisteredEntry | XrdOucBonjourRegisteredEntry |
typedef struct XrdOucBonjourSubscribedEntry | XrdOucBonjourSubscribedEntry |
typedef struct XrdOucBonjourResolutionEntry | XrdOucBonjourResolutionEntry |
#define kBonjourSrvBoth 2 |
#define kBonjourSrvBrowse 0 |
#define kBonjourSrvDisabled -1 |
#define kBonjourSrvRegister 1 |
#define TIMEOUT 30 |
Referenced by XrdOucAppleBonjour::RegisterService(), and XrdOucAppleBonjour::ResolveNodeInformation().
#define TXT_LENGTH 100 |
typedef struct XrdOucBonjourRegisteredEntry XrdOucBonjourRegisteredEntry |
typedef struct XrdOucBonjourResolutionEntry XrdOucBonjourResolutionEntry |
typedef struct XrdOucBonjourSubscribedEntry XrdOucBonjourSubscribedEntry |
typedef void*(* XrdOucBonjourUpdateCallback)(void *) |