]> git.ipfire.org Git - thirdparty/haproxy.git/commit
CLEANUP: applet: rename struct si_applet to applet
authorWilly Tarreau <w@1wt.eu>
Mon, 13 Apr 2015 11:50:30 +0000 (13:50 +0200)
committerWilly Tarreau <w@1wt.eu>
Thu, 23 Apr 2015 15:56:16 +0000 (17:56 +0200)
commit3057645b374c3741eb9fdbb30cf57ef4e62547af
tree00a1ba7eac41272173e4cf6c78a74142e6a7ddd9
parent8a8d83b85cb7a1be8d25cb5fd400591e0829a62b
CLEANUP: applet: rename struct si_applet to applet

Since this one does not depend on stream_interface anymore, remove the
"si_" prefix.
include/proto/applet.h
include/proto/dumpstats.h
include/proto/obj_type.h
include/proto/stream_interface.h
include/types/applet.h
include/types/obj_type.h
src/dumpstats.c
src/hlua.c
src/peers.c
src/stream_interface.c