summaryrefslogtreecommitdiff
path: root/libbpf/bpf_impl.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-05 04:47:23 +0000
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2012-06-05 04:47:23 +0000
commit9d7168c4373f66fb5eb6b31296d7b954105f6bbf (patch)
tree1d78bbd95ea19ebffbd57fbddc03238324841d15 /libbpf/bpf_impl.h
parentc04ad1c59b82f2a790523184c5775834013f41da (diff)
parent7f0c9d3f773154e1c068983c2b19cd2e755326c3 (diff)
Merge branch 'dde' into dde-clean
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;