about summary refs log tree commit diff
path: root/src/rt/rust_internal.h
diff options
context:
space:
mode:
authorRoy Frostig <rfrostig@mozilla.com>2010-07-22 17:47:32 -0700
committerRoy Frostig <rfrostig@mozilla.com>2010-07-22 17:47:32 -0700
commit1730d2e037fc41f31d0a90b2fde477f02f0fc798 (patch)
tree4e920841841b4cbf35862f3db41db7f688ffffa9 /src/rt/rust_internal.h
parentede42cf931dc9cb7c7f4c78d7f9521985c2a8e11 (diff)
downloadrust-1730d2e037fc41f31d0a90b2fde477f02f0fc798.tar.gz
rust-1730d2e037fc41f31d0a90b2fde477f02f0fc798.zip
Notify copy glue of dst-initialization and fix _vec.alloc issues in lib and runtime. Closes #109.
Diffstat (limited to 'src/rt/rust_internal.h')
-rw-r--r--src/rt/rust_internal.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rt/rust_internal.h b/src/rt/rust_internal.h
index d962e894153..78ba85e8859 100644
--- a/src/rt/rust_internal.h
+++ b/src/rt/rust_internal.h
@@ -274,6 +274,7 @@ struct type_desc {
     uintptr_t sever_glue_off;    // For GC.
     uintptr_t mark_glue_off;     // For GC.
     uintptr_t obj_drop_glue_off; // For custom destructors.
+    uintptr_t is_stateful;
 
     // Residual fields past here are known only to runtime.
     UT_hash_handle hh;