changes to build on solaris and vxWorks
This commit is contained in:
@@ -40,10 +40,12 @@
|
||||
#include "special.h"
|
||||
#include "freeList.h"
|
||||
#include "caerr.h"
|
||||
#include "db_field_log.h"
|
||||
#include "dbEvent.h"
|
||||
#include "dbCommon.h"
|
||||
#include "db_field_log.h"
|
||||
#include "asLib.h"
|
||||
#include "callback.h"
|
||||
#include "asDbLib.h"
|
||||
|
||||
#include "server.h"
|
||||
|
||||
@@ -34,6 +34,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "dbDefs.h"
|
||||
#include "osiSock.h"
|
||||
#include "tsStamp.h"
|
||||
#include "errlog.h"
|
||||
|
||||
@@ -32,6 +32,7 @@
|
||||
#include <string.h>
|
||||
#include <errno.h>
|
||||
|
||||
#include "dbDefs.h"
|
||||
#include "osiSock.h"
|
||||
#include "tsStamp.h"
|
||||
#include "errlog.h"
|
||||
|
||||
@@ -44,6 +44,8 @@
|
||||
#include "addrList.h"
|
||||
#include "freeList.h"
|
||||
#include "errlog.h"
|
||||
#include "db_field_log.h"
|
||||
#include "dbAddr.h"
|
||||
#include "dbEvent.h"
|
||||
#include "dbCommon.h"
|
||||
|
||||
@@ -323,7 +325,8 @@ LOCAL int req_server (void)
|
||||
continue;
|
||||
}
|
||||
id = threadCreate ("CAclient", threadPriorityChannelAccessClient,
|
||||
threadGetStackSize (threadStackBig), camsgtask, (void *)pClient);
|
||||
threadGetStackSize (threadStackBig),
|
||||
(THREADFUNC)camsgtask, (void *)pClient);
|
||||
if (id==0) {
|
||||
destroy_client (pClient);
|
||||
errlogPrintf("CAS: task creation for new client failed because \"%s\"\n",
|
||||
|
||||
@@ -50,6 +50,7 @@
|
||||
#include <errno.h>
|
||||
|
||||
#include "osiSock.h"
|
||||
#include "dbDefs.h"
|
||||
#include "errlog.h"
|
||||
#include "taskwd.h"
|
||||
#include "tsStamp.h"
|
||||
@@ -306,4 +307,5 @@ int cast_server(void)
|
||||
clean_addrq ();
|
||||
}
|
||||
}
|
||||
return(0);
|
||||
}
|
||||
|
||||
@@ -40,6 +40,7 @@
|
||||
/*
|
||||
* EPICS includes
|
||||
*/
|
||||
#include "dbDefs.h"
|
||||
#include "osiSock.h"
|
||||
#include "osiPoolStatus.h"
|
||||
#include "tsStamp.h"
|
||||
|
||||
Reference in New Issue
Block a user