REORG: shctx: move lock functions and struct
authorWilliam Lallemand <wlallemand@haproxy.com>
Mon, 9 Oct 2017 12:17:39 +0000 (14:17 +0200)
committerWilly Tarreau <w@1wt.eu>
Tue, 31 Oct 2017 02:44:11 +0000 (03:44 +0100)
commit24a7a75be662bd111ee07e0265112e969fedc8aa
tree7c7cde86523c1553a583f6f0e78c95703904d05a
parent83215a44b8ce6b6a8d4c132c70bc2a888ff46f3d
REORG: shctx: move lock functions and struct

Move locks functions to proto/shctx.h, and structures to types/shctx.h
in order to simplify the split ssl/shctx.
include/proto/shctx.h
include/types/shctx.h [new file with mode: 0644]
src/shctx.c