commit | be40fb1e568bb02b2307736c0ec3cb39bb6c7d70 | [log] [tgz] |
---|---|---|
author | Davide Pesavento <davide.pesavento@lip6.fr> | Mon Feb 23 21:09:34 2015 +0100 |
committer | Davide Pesavento <davide.pesavento@lip6.fr> | Thu Feb 26 18:42:59 2015 +0100 |
tree | c742c0ddb3d29f649fcab63777cbad4e7033b0c2 | |
parent | 684fa0f89df70f52e71c8ddc439910d23a096677 [diff] [blame] |
face: Introduce Face-specific logging macros Change-Id: I169065de664d4c4394ccd08673bbe1f881c4d7e0 Refs: #2450
diff --git a/daemon/face/face.cpp b/daemon/face/face.cpp index e45fb1b..2b107a7 100644 --- a/daemon/face/face.cpp +++ b/daemon/face/face.cpp
@@ -25,6 +25,8 @@ #include "face.hpp" +#include <ndn-cxx/management/nfd-face-event-notification.hpp> + namespace nfd { Face::Face(const FaceUri& remoteUri, const FaceUri& localUri, bool isLocal)