VxWorks compilation fixes

This commit is contained in:
Matej Sekoranja
2016-03-02 15:01:14 +01:00
parent c149f81cba
commit d380e4c367
2 changed files with 2 additions and 2 deletions

View File

@@ -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).

View File

@@ -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