summaryrefslogtreecommitdiff
path: root/viengoos/rm.h
diff options
context:
space:
mode:
authorneal <neal>2008-05-23 12:25:02 +0000
committerneal <neal>2008-05-23 12:25:02 +0000
commit42bc9dee8b222d63ed863a6ff98ed2ce991a9a6b (patch)
treefd7f1f23f68dd938ae5f403a828ab6ad5379ada4 /viengoos/rm.h
parent0994d095482864ac3a16aff01ec18c82b768b748 (diff)
2008-05-23 Neal H. Walfield <neal@gnu.org>
* rm.h (rm_method_id_string): Handle the case where ID is RM_activity_stats.
Diffstat (limited to 'viengoos/rm.h')
-rw-r--r--viengoos/rm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/viengoos/rm.h b/viengoos/rm.h
index 79e616b..d99909d 100644
--- a/viengoos/rm.h
+++ b/viengoos/rm.h
@@ -71,6 +71,8 @@ rm_method_id_string (int id)
return "thread_wait_object_destroyed";
case RM_activity_policy:
return "activity_policy";
+ case RM_activity_stats:
+ return "activity_stats";
case RM_futex:
return "futex";
default: