• Nils Goroll's avatar
    Deprecate WS_Reserve() and replace it with WS_ReserveSize() · 4e333597
    Nils Goroll authored
    WS_ReserveSize() does not leave the workspace reserved when the
    reservation fails, so WS_Release() must be called for retval > 0 only.
    
    Besides the debug string, it is identical to WS_Reserve() except for
    
    	assert(bytes > 0);
    
    Follow-up #2967
    4e333597
Name
Last commit
Last update
..
Makefile.am Loading commit data...
automake_boilerplate.am Loading commit data...
flint.lnt Loading commit data...
vmod.vcc Loading commit data...
vmod_proxy.c Loading commit data...