diff --git a/vis/batman_adv.h b/vis/batman_adv.h new file mode 120000 index 0000000..72222e9 --- /dev/null +++ b/vis/batman_adv.h @@ -0,0 +1 @@ +../batman_adv.h \ No newline at end of file diff --git a/vis/netlink.c b/vis/netlink.c new file mode 120000 index 0000000..06d13cc --- /dev/null +++ b/vis/netlink.c @@ -0,0 +1 @@ +../netlink.c \ No newline at end of file diff --git a/vis/netlink.h b/vis/netlink.h new file mode 120000 index 0000000..c7a63b5 --- /dev/null +++ b/vis/netlink.h @@ -0,0 +1 @@ +../netlink.h \ No newline at end of file
I was wondering why you use symlinks here, while we pull in the other headers from their original paths (../packet.h, ../list.h).
We should probably keep the header handling consistent. What would be your opinion whether we should use relative paths or symlinks?
Thanks, Simon