Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NfdMgmtCmd ¶
type NfdMgmtCmd struct { Module string Cmd string Args *mgmt.ControlArgs Retries int }
type NfdMgmtThread ¶
type NfdMgmtThread struct {
// contains filtered or unexported fields
}
func NewNfdMgmtThread ¶
func NewNfdMgmtThread(engine ndn.Engine) *NfdMgmtThread
func (*NfdMgmtThread) Exec ¶
func (m *NfdMgmtThread) Exec(mgmt_cmd NfdMgmtCmd)
func (*NfdMgmtThread) Start ¶
func (m *NfdMgmtThread) Start()
func (*NfdMgmtThread) Stop ¶
func (m *NfdMgmtThread) Stop()
Click to show internal directories.
Click to hide internal directories.