diff options
author | comex | 2015-03-01 19:16:24 -0500 |
---|---|---|
committer | comex | 2015-03-01 19:16:24 -0500 |
commit | 8baebb7886a93e71863ac94a24e10477a42c127e (patch) | |
tree | 087e17ae72960dbbc74a369cc7727f881b7dc9c9 /darwin-bootstrap/substituted-messages.h | |
parent | Let's get hacky! (diff) | |
download | substitute-8baebb7886a93e71863ac94a24e10477a42c127e.tar.gz |
minor changes
Diffstat (limited to '')
-rw-r--r-- | darwin-bootstrap/substituted-messages.h | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/darwin-bootstrap/substituted-messages.h b/darwin-bootstrap/substituted-messages.h index 62b92b3..04a3378 100644 --- a/darwin-bootstrap/substituted-messages.h +++ b/darwin-bootstrap/substituted-messages.h @@ -22,7 +22,9 @@ struct substituted_msg_body_hello_resp { int error; }; -/* bundle_list: a bunch of substituted_bundle_list_ops */ +/* bundle_list: a bunch of substituted_bundle_list_ops + * this is pretty silly because even low-level bootstrap_lookup uses xpc now - + * so could have just used xpc structures - but this is more fun */ enum substituted_bundle_list_opc { SUBSTITUTED_TEST_BUNDLE, @@ -34,4 +36,4 @@ struct substituted_bundle_list_op { uint16_t namelen; uint8_t opc; /* char name[namelen + 1]; */ -}; +} __attribute__((packed)); |