X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.c;h=1b69b8f6033e30f4b17575099ad9ca32a46fa767;hb=9ac3fce4d5aea7e963439eb97f7c2d157aef4dfc;hp=7d0f4ce65ceb8d01d00d10192f8154ddb73ec898;hpb=2c360fbb2777fba6d35599e4b53287e2ecb26fa9;p=openvswitch diff --git a/lib/rconn.c b/lib/rconn.c index 7d0f4ce6..1b69b8f6 100644 --- a/lib/rconn.c +++ b/lib/rconn.c @@ -119,8 +119,8 @@ struct rconn { * * We don't cache the local port, because that changes from one connection * attempt to the next. */ - uint32_t local_ip, remote_ip; - uint16_t remote_port; + ovs_be32 local_ip, remote_ip; + ovs_be16 remote_port; /* Messages sent or received are copied to the monitor connections. */ #define MAX_MONITORS 8