Skip to content

Commit

Permalink
Merge pull request #1243 from vmaffione/rinaperf
Browse files Browse the repository at this point in the history
rina-tools: upgrade rinaperf with ping statistics
  • Loading branch information
edugrasa authored Aug 24, 2018
2 parents 1d2de86 + d6146d5 commit 7acbf07
Show file tree
Hide file tree
Showing 2 changed files with 218 additions and 56 deletions.
2 changes: 1 addition & 1 deletion rina-tools/src/rlite/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ bin_PROGRAMS =
AM_INSTALLCHECK_STD_OPTIONS_EXEMPT =

rinaperf_SOURCES = rinaperf.c
rinaperf_LDADD = $(LIBRINA_API_LIBS)
rinaperf_LDADD = $(LIBRINA_API_LIBS) -lm
rinaperf_CPPFLAGS = $(LIBRINA_API_CFLAGS)

rina_echo_async_SOURCES = rina-echo-async.c
Expand Down
Loading

0 comments on commit 7acbf07

Please sign in to comment.