This website requires JavaScript.
Explore
Help
Sign In
mirror
/
xdp-project-bpf-examples
Watch
1
Star
0
Fork
0
You've already forked xdp-project-bpf-examples
mirror of
https://github.com/xdp-project/bpf-examples.git
synced
2024-05-06 15:54:53 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
Files
3d662175867d53f9753eec88e156d23160349c48
xdp-project-bpf-examples
/
lib
/
util
/
util.mk
3 lines
63 B
Makefile
Raw
Normal View
History
Unescape
Escape
lib: Add lib/util for adding utility library code Add the directory and Makefile rules to prepare for storing library functions in lib/util like we do in xdp-tools. With this, library code can be added by just dropping the .c and .h into lib/util and updating lib/util/util.mk with the object name. Signed-off-by: Toke Høiland-Jørgensen <toke@redhat.com>
2021-06-01 17:16:24 +02:00
# list of objects in this directory
pping: Refactor json code and format Use a JSON-writer library from iproute instead of complicated printf statement. Also output timestamp, rtt and min_rtt as integers in nanoseconds, rather than floats in seconds. Signed-off-by: Simon Sundberg <simon.sundberg@kau.se>
2021-06-22 15:02:34 +02:00
UTIL_OBJS
:=
json_writer.o
Reference in New Issue
Copy Permalink