]> git.ipfire.org Git - thirdparty/haproxy.git/commit
MINOR: obj: introduce a new type appctx
authorWilly Tarreau <w@1wt.eu>
Thu, 24 Oct 2013 20:45:25 +0000 (22:45 +0200)
committerWilly Tarreau <w@1wt.eu>
Mon, 9 Dec 2013 14:40:22 +0000 (15:40 +0100)
commit0788f47cc1c31e8c1cb0360ae53e778271b432ed
tree5693d0879be5b043efdf89394d3369e9a5445ddc
parent452d3bb0c4378620f178690b0d6e39fe8e1dab7a
MINOR: obj: introduce a new type appctx

The object type was added to "struct appctx". The purpose will be
to identify an appctx when the applet context is detached from the
stream interface. For now, it's still attached, so this patch only
adds the new type and does not replace its use.
include/proto/obj_type.h
include/types/obj_type.h
include/types/stream_interface.h