X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=lib%2Frconn.c;h=1b69b8f6033e30f4b17575099ad9ca32a46fa767;hb=122d6b053b317c7fcf69314c57bccffd7b420871;hp=7d0f4ce65ceb8d01d00d10192f8154ddb73ec898;hpb=dbba996be2f0d96f4d2999d51c4ef1d16809bad9;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