added ms keywords

This commit is contained in:
Jeff Hill
2000-04-27 17:58:50 +00:00
parent 9b9ce436a8
commit dc7a13ddcc
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -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
View File
@@ -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)