Merge pull request #2810 from kumpera/fix_hazard_free
[mono.git] / mono / utils / mono-stack-unwinding.h
index 35f7bd0141136dee83f41562195dcc9c88753485..123f40ba2ada9142574079d10a086586925900e6 100644 (file)
@@ -1,6 +1,7 @@
 /*
  * Copyright 2008-2010 Novell, Inc.
  * Copyright 2011 Xamarin Inc.
+ * Licensed under the MIT license. See LICENSE file in the project root for full license information.
  */
 #ifndef __MONO_MONO_STACK_UNWINDING_H__
 #define __MONO_MONO_STACK_UNWINDING_H__
@@ -58,6 +59,7 @@ typedef struct {
        MonoMethod *actual_method;
        /* The domain containing the code executed by this frame */
        MonoDomain *domain;
+       /* Whenever method is a user level method */
        gboolean managed;
        /*
         * Whenever this frame was loaded in async context.