dont pack struct becuase alignment

pull/1748/head
Jeff Becker 3 years ago committed by Jeff
parent 97966976d0
commit ef19111f88

@ -8,7 +8,6 @@ extern "C"
#endif #endif
/// the result of a lokinet stream mapping attempt /// the result of a lokinet stream mapping attempt
#pragma pack(1)
struct lokinet_stream_result struct lokinet_stream_result
{ {
/// set to zero on success otherwise the error that happened /// set to zero on success otherwise the error that happened
@ -23,7 +22,6 @@ extern "C"
/// the id of the stream we created /// the id of the stream we created
int stream_id; int stream_id;
}; };
#pragma pack()
/// connect out to a remote endpoint /// connect out to a remote endpoint
/// remoteAddr is in the form of "name:port" /// remoteAddr is in the form of "name:port"

Loading…
Cancel
Save