X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=perlvars.h;h=704192422ad62aa89191974636e3f884681af01d;hb=dd570ea6ed120327ae1b94a6071154a927352720;hp=ff56195e3a41979de50f8c78c1529ab55cb389b4;hpb=4d1ff10ffec86208b0da135b87c76b89e61c866e;p=p5sagit%2Fp5-mst-13.2.git diff --git a/perlvars.h b/perlvars.h index ff56195..7041924 100644 --- a/perlvars.h +++ b/perlvars.h @@ -37,4 +37,6 @@ PERLVAR(Gmalloc_mutex, perl_mutex) /* Mutex for malloc */ #if defined(USE_ITHREADS) PERLVAR(Gop_mutex, perl_mutex) /* Mutex for op refcounting */ +PERLVAR(Gsharedsv_space, PerlInterpreter*) /* The shared sv space */ +PERLVAR(Gsharedsv_space_mutex, perl_mutex) /* Mutex protecting the shared sv space */ #endif