Fixed target symbol parsing in pre-typed capabilities

Also renamed CONT to CONTAINER on certain symbols
This commit is contained in:
Bahadir Balban
2009-11-17 12:34:59 +02:00
parent 8856609896
commit b933db1e36
3 changed files with 78 additions and 74 deletions

View File

@@ -54,13 +54,13 @@ struct container {
enum cinfo_target_type {
/* Current container as a whole */
CURRENT_CONT = 1,
CURRENT_CONTAINER = 1,
/* Current pager's address space */
CURRENT_PAGER_SPACE = 2,
/* Another container as a whole */
ANOTHER_CONT = 3,
ANOTHER_CONTAINER = 3,
/* Another container's pager as a thread */
ANOTHER_PAGER = 4,