#include "channel-log.hpp"
#include "face-common.hpp"
#include <functional>
Go to the source code of this file.
|
using | nfd::face::FaceCreatedCallback = std::function< void(const shared_ptr< Face > &)> |
| Prototype for the callback that is invoked when a face is created (in response to an incoming connection or after a connection is established). More...
|
|
using | nfd::face::FaceCreationFailedCallback = std::function< void(uint32_t status, const std::string &reason)> |
| Prototype for the callback that is invoked when a face fails to be created. More...
|
|