summaryrefslogtreecommitdiff
path: root/viengoos/thread.h
diff options
context:
space:
mode:
Diffstat (limited to 'viengoos/thread.h')
-rw-r--r--viengoos/thread.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/viengoos/thread.h b/viengoos/thread.h
index 912137a..b8006e5 100644
--- a/viengoos/thread.h
+++ b/viengoos/thread.h
@@ -63,7 +63,7 @@ struct thread
/* Whether the thread has been commissioned (a tid allocated). */
uint32_t commissioned : 1;
- struct object_name name;
+ struct vg_object_name name;
};
/* The hardwired base of the UTCB (2.5GB). */