⚲
Project
General
Profile
Sign in
Register
Home
Projects
Search
:
ndn-cxx
All Projects
NFD
»
ndn-cxx
Overview
Activity
Roadmap
Issues
Wiki
Download (225 Bytes)
Bug #2742
» consumer.cpp
minimal program to reproduce -
Anonymous, 04/10/2015 11:55 AM
#include
<iostream>
#include
<ndn-cxx/face.hpp>
#include
<unistd.h>
int
main
()
{
ndn
::
Face
face
;
::
sleep
(
5
);
// simulate setup workload
std
::
cout
<<
"Processing Face events"
<<
std
::
endl
;
face
.
processEvents
();
}
« Previous
1
2
Next »
(1-1/2)
Loading...