]> git.ipfire.org Git - thirdparty/knot-resolver.git/commit
daemon/ffimodule: simplified pointer to layer capi
authorMarek Vavruša <marek.vavrusa@nic.cz>
Sun, 2 Aug 2015 21:28:42 +0000 (23:28 +0200)
committerMarek Vavruša <marek.vavrusa@nic.cz>
Mon, 3 Aug 2015 10:27:12 +0000 (12:27 +0200)
commit5bec676d15967366ae3bef788955344585bbdc7f
tree9901b73f4f1fdbe88cfc483c6a07d7433c8cb9a6
parent4a6f25ab0590d7850bf00659a9fa51ddb9a06dab
daemon/ffimodule: simplified pointer to layer capi

previously the pointer for C layer API was stored in Lua, it is stored directly in module data now for fast access. this doesn’t disturb VM when processing requests.
daemon/ffimodule.c