diff --git a/src/remoteClient/clientContextImpl.cpp b/src/remoteClient/clientContextImpl.cpp index 4109dc2..dca79cf 100644 --- a/src/remoteClient/clientContextImpl.cpp +++ b/src/remoteClient/clientContextImpl.cpp @@ -4906,7 +4906,7 @@ namespace epics { /** * Broadcast (beacon, search) port number to listen to. */ - int m_broadcastPort; + int32 m_broadcastPort; /** * Receive buffer size (max size of payload). diff --git a/testApp/remote/Makefile b/testApp/remote/Makefile index 95b8376..0f56e8e 100644 --- a/testApp/remote/Makefile +++ b/testApp/remote/Makefile @@ -4,7 +4,7 @@ SRC_DIRS += $(PVACCESS_TEST)/remote TESTPROD_HOST += testChannelAccess testChannelAccess_SRCS = channelAccessIFTest.cpp -testHarness_SRCS += testChannelAccess.cpp channelAccessIFTest.cpp +testHarness_SRCS += channelAccessIFTest.cpp TESTS += testChannelAccess TESTPROD_HOST += testCodec