summaryrefslogtreecommitdiff
path: root/src/network/networkd-route.h
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-11-29 16:35:46 +0900
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-12-01 03:56:00 +0900
commit28870a9d2e542a5987fe179119ff09db414d43d8 (patch)
tree81ffee3b1d9e6bdb52aeebecf503b2b3fab2ed7a /src/network/networkd-route.h
parent9e11bd58fb680c0bfd21f7920947bd486c6357ba (diff)
downloadsystemd-28870a9d2e542a5987fe179119ff09db414d43d8.tar.gz
network: route: expose route_hash_ops
Diffstat (limited to 'src/network/networkd-route.h')
-rw-r--r--src/network/networkd-route.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/network/networkd-route.h b/src/network/networkd-route.h
index 6bc19fd7d8..a3194de1ae 100644
--- a/src/network/networkd-route.h
+++ b/src/network/networkd-route.h
@@ -70,6 +70,7 @@ typedef struct Route {
void route_hash_func(const Route *route, struct siphash *state);
int route_compare_func(const Route *a, const Route *b);
+extern const struct hash_ops route_hash_ops;
int route_new(Route **ret);
Route *route_free(Route *route);