projects
/
platform
/
upstream
/
nsjail.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f832aa
)
common: good types for uids
author
Robert Swiecki
<robert@swiecki.net>
Wed, 8 Feb 2017 22:21:03 +0000
(23:21 +0100)
committer
Robert Swiecki
<robert@swiecki.net>
Wed, 8 Feb 2017 22:21:03 +0000
(23:21 +0100)
common.h
patch
|
blob
|
history
diff --git
a/common.h
b/common.h
index f4430526836c159ba329ef1b8e7e4e164ce8d96a..fc6a3f882d3ecdae898db6ac32486b277b7da840 100644
(file)
--- a/
common.h
+++ b/
common.h
@@
-81,8
+81,8
@@
struct mapping_t {
};
struct idmap_t {
-
p
id_t inside_id;
-
p
id_t outside_id;
+
u
id_t inside_id;
+
u
id_t outside_id;
TAILQ_ENTRY(idmap_t) pointers;
};