Ema has uploaded a new change for review. https://gerrit.wikimedia.org/r/323530
Change subject: varnishapi.py: add VSM_Close C binding ...................................................................... varnishapi.py: add VSM_Close C binding Bug: T151561 Change-Id: Ib6a2a91b81e3ab179b3db1c36eedbc9b3c00961a Ref: https://github.com/xcir/python-varnishapi/pull/67 --- M modules/varnish/files/varnishapi.py 1 file changed, 4 insertions(+), 0 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/30/323530/1 diff --git a/modules/varnish/files/varnishapi.py b/modules/varnish/files/varnishapi.py index 3dac16e..33deaf2 100644 --- a/modules/varnish/files/varnishapi.py +++ b/modules/varnish/files/varnishapi.py @@ -289,7 +289,11 @@ #VSM_Seq; #VSM_Head; #VSM_Find_Chunk; + #VSM_Close; + self.VSM_Close = lib.VSM_Close + self.VSM_Close.argtypes = [c_void_p] + #VSM_iter0; #VSM_intern; # -- To view, visit https://gerrit.wikimedia.org/r/323530 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib6a2a91b81e3ab179b3db1c36eedbc9b3c00961a Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Ema <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
