]> git.ipfire.org Git - thirdparty/suricata.git/commit
detect: shrink sgh
authorVictor Julien <victor@inliniac.net>
Thu, 15 Oct 2015 13:22:44 +0000 (15:22 +0200)
committerVictor Julien <victor@inliniac.net>
Tue, 5 Apr 2016 07:30:12 +0000 (09:30 +0200)
commitc880b79f45b0ddc269e5710a45549b23da748743
treebc4dc2c03686a869a24233e326e58d9060a5466b
parentc804102a9a2cf3b53bc45fb912cfa462dc52f5b3
detect: shrink sgh

Turn list of mpm_ctx pointers into a union so that we don't waste
space. The sgh's for tcp and udp are in one direction only, so the
ts and tc ones are now in the union.
src/detect-engine-mpm.c
src/detect.h