patch for async TCP sockets. without this change the callbacks will
[mono.git] / mono / metadata / sgen-bridge.h
index 2512542b3c6f4bde943e32a2b28e6fde64cbd68d..1d7189e089f6bb67c74611b3aa84bf0926b09780 100644 (file)
@@ -29,7 +29,7 @@
 MONO_BEGIN_DECLS
 
 enum {
-       MONO_SGEN_BRIDGE_VERSION = 2
+       SGEN_BRIDGE_VERSION = 2
 };
        
 typedef struct {
@@ -51,6 +51,8 @@ typedef struct {
 
 void mono_gc_register_bridge_callbacks (MonoGCBridgeCallbacks *callbacks);
 
+void mono_gc_wait_for_bridge_processing (void);
+
 MONO_END_DECLS
 
 #endif