From ef19111f885fd490066616b199d122e54aac245d Mon Sep 17 00:00:00 2001 From: Jeff Becker Date: Thu, 30 Sep 2021 10:32:38 -0400 Subject: [PATCH] dont pack struct becuase alignment --- include/lokinet/lokinet_stream.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/include/lokinet/lokinet_stream.h b/include/lokinet/lokinet_stream.h index 77be691f5..545049c9b 100644 --- a/include/lokinet/lokinet_stream.h +++ b/include/lokinet/lokinet_stream.h @@ -8,7 +8,6 @@ extern "C" #endif /// the result of a lokinet stream mapping attempt -#pragma pack(1) struct lokinet_stream_result { /// set to zero on success otherwise the error that happened @@ -23,7 +22,6 @@ extern "C" /// the id of the stream we created int stream_id; }; -#pragma pack() /// connect out to a remote endpoint /// remoteAddr is in the form of "name:port"