chiark
/
gitweb
/
~mdw
/
secnet
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Import release 0.1.15
[secnet]
/
netlink.h
diff --git
a/netlink.h
b/netlink.h
index a54ec012280f0324c375dd743aa77055b0cc3b76..c0135a74cafe9548fcec068fe31acbd335173df4 100644
(file)
--- a/
netlink.h
+++ b/
netlink.h
@@
-40,7
+40,7
@@
typedef bool_t netlink_route_fn(void *cst, struct netlink_client *routes);
struct netlink {
closure_t cl;
void *dst; /* Pointer to host interface state */
struct netlink {
closure_t cl;
void *dst; /* Pointer to host interface state */
- string_t name;
+
c
string_t name;
uint32_t max_start_pad;
uint32_t max_end_pad;
struct ipset *networks; /* Local networks */
uint32_t max_start_pad;
uint32_t max_end_pad;
struct ipset *networks; /* Local networks */
@@
-62,7
+62,7
@@
struct netlink {
extern netlink_deliver_fn *netlink_init(struct netlink *st,
void *dst, struct cloc loc,
extern netlink_deliver_fn *netlink_init(struct netlink *st,
void *dst, struct cloc loc,
- dict_t *dict, string_t description,
+ dict_t *dict,
c
string_t description,
netlink_route_fn *set_routes,
netlink_deliver_fn *to_host);
netlink_route_fn *set_routes,
netlink_deliver_fn *to_host);