X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=mono%2Fio-layer%2Fshared.h;h=b2accf82c30399776d33ba827a7acc388195e2f7;hb=e3ff010fe311fd3487484bf1b6b61ed8c989077a;hp=be256f23fc6a3cd0a009e5e2bb024e7e0cf3b85a;hpb=f1f8b8a867c800b21b6a03767252403c2f72cae2;p=mono.git diff --git a/mono/io-layer/shared.h b/mono/io-layer/shared.h index be256f23fc6..b2accf82c30 100644 --- a/mono/io-layer/shared.h +++ b/mono/io-layer/shared.h @@ -17,6 +17,8 @@ typedef enum { WAPI_SHM_FILESHARE } _wapi_shm_t; +extern gboolean _wapi_shm_disabled; + extern gpointer _wapi_shm_attach (_wapi_shm_t type); extern void _wapi_shm_semaphores_init (void); extern void _wapi_shm_semaphores_remove (void);