ndn-lite
Data Fields
ndn_sd_context Struct Reference

The structure to implement state storage and management in Service Discovery. More...

#include <service-discovery.h>

Collaboration diagram for ndn_sd_context:
Collaboration graph

Data Fields

ndn_name_t home_prefix
 The home prefix of local network. More...
 
ndn_sd_identity_t self
 The local state manager identity (and services provided). More...
 
ndn_sd_identity_t neighbors [NDN_APPSUPPORT_NEIGHBORS_SIZE]
 The neighbor list. More...
 

Detailed Description

The structure to implement state storage and management in Service Discovery.

Field Documentation

◆ home_prefix

ndn_name_t ndn_sd_context::home_prefix

The home prefix of local network.

◆ neighbors

The neighbor list.

◆ self

ndn_sd_identity_t ndn_sd_context::self

The local state manager identity (and services provided).


The documentation for this struct was generated from the following file: