summaryrefslogtreecommitdiff
path: root/libbpf/bpf_impl.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-05 04:50:54 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-05 04:50:54 +0000
commit5092566cdb06ecf454a3f11c7440c8f5fc9b704f (patch)
treeb4abedf074fadcef000f045c2b80a92c48af110e /libbpf/bpf_impl.h
parent2e7f5cf75bee5244f7f396deae22fd4de83dedbf (diff)
parent26dc5fe29ae282b4818a2fdb244b80e3af2a7496 (diff)
Merge branch 'upstream-merged'
Diffstat (limited to 'libbpf/bpf_impl.h')
-rw-r--r--libbpf/bpf_impl.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libbpf/bpf_impl.h b/libbpf/bpf_impl.h
index e611491f..9073fdac 100644
--- a/libbpf/bpf_impl.h
+++ b/libbpf/bpf_impl.h
@@ -134,7 +134,7 @@ struct net_hash_header {
int n_keys; /* zero if not used */
int ref_count; /* reference count */
net_hash_entry_t table[NET_HASH_SIZE];
-} filter_hash_header[N_NET_HASH];
+};
typedef struct net_hash_header *net_hash_header_t;