ndn-lite
Data Structures | Typedefs | Functions
dummy-face.h File Reference
#include "../forwarder/forwarder.h"

Go to the source code of this file.

Data Structures

struct  ndn_dummy_face
 The structure to represent a dummy face. More...
 

Typedefs

typedef struct ndn_dummy_face ndn_dummy_face_t
 The structure to represent a dummy face. More...
 

Functions

ndn_dummy_face_tndn_dummy_face_construct ()
 Construct the dummy face and initialize its state. More...
 

Typedef Documentation

◆ ndn_dummy_face_t

The structure to represent a dummy face.

This structure should only be declared for tests.

Function Documentation

◆ ndn_dummy_face_construct()

ndn_dummy_face_t* ndn_dummy_face_construct ( )

Construct the dummy face and initialize its state.

Returns
the pointer to the constructed dummy face.