Boehm now supports long links.
[mono.git] / mono / metadata / sgen-bridge.h
index 1d7189e089f6bb67c74611b3aa84bf0926b09780..787418b7582de0f1c41031fb8a6fff37e6057365 100644 (file)
 MONO_BEGIN_DECLS
 
 enum {
-       SGEN_BRIDGE_VERSION = 2
+       SGEN_BRIDGE_VERSION = 3
 };
        
 typedef struct {
+       mono_bool is_alive;     /* to be set by the cross reference callback */
        int num_objs;
        MonoObject *objs [MONO_ZERO_LEN_ARRAY];
 } MonoGCBridgeSCC;