30 #if defined(__APPLE__) || defined(CF_WINDOWS)
32 #pragma pack(push, 1) // packing is now 1
38 #pragma pack(pop) // packing is back to what it was
40 #pragma pack(push, 1) // packing is now 1
44 } as_compressed_proto;
45 #pragma pack(pop) // packing is back to what it was
47 #pragma pack(push, 1) // packing is now 1
62 #pragma pack(pop) // packing is back to what it was
64 #pragma pack(push, 1) // packing is now 1
69 #pragma pack(pop) // packing is back to what it was
void as_proto_swap_from_be(as_proto *m)
struct as_proto_s __attribute__((__packed__)) as_proto
void as_msg_swap_header_from_be(as_msg *m)
void as_proto_swap_to_be(as_proto *m)