Add network statistics to ddsrt
Signed-off-by: Erik Boasson <eb@ilities.com>
This commit is contained in:
parent
f9808c7656
commit
ecb77d481c
6 changed files with 483 additions and 1 deletions
|
@ -147,7 +147,7 @@ list(APPEND sources
|
|||
# network stack. In order to mix-and-match various compilers, architectures,
|
||||
# operating systems, etc input from the build system is required.
|
||||
foreach(feature atomics cdtors environ heap ifaddrs random rusage
|
||||
sockets string sync threads time md5 process)
|
||||
sockets string sync threads time md5 process netstat)
|
||||
if(EXISTS "${include_path}/dds/ddsrt/${feature}.h")
|
||||
list(APPEND headers "${include_path}/dds/ddsrt/${feature}.h")
|
||||
file(GLOB_RECURSE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue