face-monitor.cpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
28 #include "face-monitor.hpp"
29 
30 namespace ndn {
31 namespace nfd {
32 
34  : NotificationSubscriber<FaceEventNotification>(face, "ndn:/localhost/nfd/faces/events")
35 {
36 }
37 
38 } // namespace nfd
39 } // namespace ndn
Copyright (c) 2013-2017 Regents of the University of California.
Definition: common.hpp:66
represents a Face status change notification
Provide a communication channel with local or remote NDN forwarder.
Definition: face.hpp:90