Skip to content

Commit

Permalink
ping: move node info query functions to a sepate file
Browse files Browse the repository at this point in the history
The node info query stuff is pretty distinct so move it to it's own file.

Signed-off-by: Sami Kerola <[email protected]>
  • Loading branch information
kerolasa committed Sep 28, 2019
1 parent b3a41a6 commit 99aa409
Show file tree
Hide file tree
Showing 5 changed files with 514 additions and 466 deletions.
1 change: 1 addition & 0 deletions ping/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ executable('ping', [
'ping.c',
'ping_common.c',
'ping6_common.c',
'node_info.c',
git_version_h
],
include_directories : inc,
Expand Down
Loading

0 comments on commit 99aa409

Please sign in to comment.