]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stream-int: create si_applet_ops dedicated to applets
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2015 14:30:14 +0000 (16:30 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commitd45b9f899160be41ebe1307db26abba1aa4d0542
treef49bd82e34840b2b0a9973ee43e849785f7b92f4
parent3057645b374c3741eb9fdbb30cf57ef4e62547af
REORG: stream-int: create si_applet_ops dedicated to applets

These functions are dedicated to applets so that we don't use the default
ones anymore in this case.
include/proto/stream_interface.h
src/stream_interface.c