added ms keywords
This commit is contained in:
@@ -228,7 +228,7 @@ struct client *create_client (SOCKET sock)
|
||||
return NULL;
|
||||
}
|
||||
|
||||
status = db_start_events (client->evuser, "CA event",
|
||||
status = db_start_events (client->evuser, "CAS event",
|
||||
NULL, NULL, slightlyLowerPriority);
|
||||
if (status != DB_EVENT_OK) {
|
||||
errlogPrintf("CAS: unable to start the event facility\n");
|
||||
@@ -341,7 +341,7 @@ LOCAL int req_server (void)
|
||||
/*
|
||||
* rsrv_init ()
|
||||
*/
|
||||
int rsrv_init ()
|
||||
epicsShareFunc int epicsShareAPI rsrv_init (void)
|
||||
{
|
||||
clientQlock = semMutexMustCreate();
|
||||
|
||||
|
||||
+1
-1
@@ -35,7 +35,7 @@
|
||||
|
||||
#include "shareLib.h"
|
||||
|
||||
epicsShareFunc int rsrv_init (void);
|
||||
epicsShareFunc int epicsShareAPI rsrv_init (void);
|
||||
|
||||
#define RSRV_OK 0
|
||||
#define RSRV_ERROR (-1)
|
||||
|
||||
Reference in New Issue
Block a user