diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-06-05 04:50:54 +0000 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2012-06-05 04:50:54 +0000 |
| commit | 5092566cdb06ecf454a3f11c7440c8f5fc9b704f (patch) | |
| tree | b4abedf074fadcef000f045c2b80a92c48af110e /libbpf/bpf_impl.c | |
| parent | 2e7f5cf75bee5244f7f396deae22fd4de83dedbf (diff) | |
| parent | 26dc5fe29ae282b4818a2fdb244b80e3af2a7496 (diff) | |
Merge branch 'upstream-merged'
Diffstat (limited to 'libbpf/bpf_impl.c')
| -rw-r--r-- | libbpf/bpf_impl.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libbpf/bpf_impl.c b/libbpf/bpf_impl.c index b2dafd16..c8a250b0 100644 --- a/libbpf/bpf_impl.c +++ b/libbpf/bpf_impl.c @@ -45,6 +45,8 @@ #include "queue.h" #include "util.h" +static struct net_hash_header filter_hash_header[N_NET_HASH]; + /* * Execute the filter program starting at pc on the packet p * wirelen is the length of the original packet |
