mirror of
http://git.haproxy.org/git/haproxy.git
synced 2026-02-11 01:42:31 +02:00
The check on lua state==0 to know whether locking is required or not can be performed in a locking wrapper to simplify things a bit and prevent implementation errors. Locking from hlua context should now be performed via hlua_lock(L) and unlocking via hlua_unlock(L)