• Martin Blix Grydeland's avatar
    Complete the VSL memory fence pair · acfc992f
    Martin Blix Grydeland authored
    The log readers would not complete the acquire/release pair of memory
    fence operations when waiting for new data to appear in the shared memory
    log. With this, a VRMB() is issued after having waited for the
    VSL_ENDMARKER disappears, and before using any data after it (including
    the deciphered length data).
    acfc992f
Name
Last commit
Last update
..
Makefile.am Loading commit data...
daemon.c Loading commit data...
flint.lnt Loading commit data...
flint.sh Loading commit data...
generate.py Loading commit data...
libvarnishapi.map Loading commit data...
vsc.c Loading commit data...
vsig.c Loading commit data...
vsl.c Loading commit data...
vsl2rst.c Loading commit data...
vsl_api.h Loading commit data...
vsl_arg.c Loading commit data...
vsl_cursor.c Loading commit data...
vsl_dispatch.c Loading commit data...
vsl_glob_test.c Loading commit data...
vsl_query.c Loading commit data...
vsm.c Loading commit data...
vut.c Loading commit data...
vxp.c Loading commit data...
vxp.h Loading commit data...
vxp_lexer.c Loading commit data...
vxp_parse.c Loading commit data...
vxp_test.c Loading commit data...