added sccs id
This commit is contained in:
@@ -1,5 +1,4 @@
|
||||
/* @(#)camessage.c
|
||||
* @(#)camessage.c 1.2 6/27/91
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -46,6 +45,8 @@
|
||||
* .11 joh 062492 dont allow flow control to turn off gets
|
||||
*/
|
||||
|
||||
char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <taskLib.h>
|
||||
#include <types.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)camsgtask.c
|
||||
* @(#)camsgtask.c 1.2 6/27/91
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -40,6 +39,8 @@
|
||||
* .07 joh 031692 disconnect on bad message
|
||||
*/
|
||||
|
||||
char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <types.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)caserverio.c
|
||||
* @(#)caserverio.c 1.2 6/27/91
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -36,6 +35,8 @@
|
||||
* .06 joh 031992 improved diagnostics
|
||||
*/
|
||||
|
||||
static char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <types.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)caservertask.c
|
||||
* @(#)caservertask.c 1.2 6/27/91
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -43,6 +42,8 @@
|
||||
* .10 joh 022592 print more statistics in client_stat()
|
||||
*/
|
||||
|
||||
static char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <taskLib.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)cast_server.c
|
||||
* @(#)cast_server.c 1.4 6/27/91
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -57,6 +56,8 @@
|
||||
* pend which could lock up the cast server.
|
||||
*/
|
||||
|
||||
static char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <taskLib.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)globalsource.c
|
||||
* $Id$
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -31,6 +30,8 @@
|
||||
*/
|
||||
#define GLBLSOURCE
|
||||
|
||||
static char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <types.h>
|
||||
|
||||
@@ -35,6 +35,8 @@
|
||||
* .00 joh 021192 better diagnostics
|
||||
*/
|
||||
|
||||
char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
/*
|
||||
* system includes
|
||||
*/
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)rsrv_init.c
|
||||
* $Id$
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -29,6 +28,9 @@
|
||||
* Modification Log:
|
||||
* -----------------
|
||||
*/
|
||||
|
||||
char *sccsId = "$Id$\t$Date$";
|
||||
|
||||
#include <vxWorks.h>
|
||||
#include <lstLib.h>
|
||||
#include <taskLib.h>
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
/* @(#)server.h
|
||||
* $Id$
|
||||
/*
|
||||
* Author: Jeffrey O. Hill
|
||||
* hill@luke.lanl.gov
|
||||
* (505) 665 1831
|
||||
@@ -40,6 +39,11 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#ifndef INCLserverh
|
||||
#define INCLserverh
|
||||
|
||||
static char *serverhSccsId = "$Id$\t$Date$";
|
||||
|
||||
#ifndef INCLfast_lockh
|
||||
#include <fast_lock.h>
|
||||
#endif
|
||||
@@ -166,3 +170,6 @@ struct extmsg *cas_alloc_msg();
|
||||
void rsrv_online_notify_task();
|
||||
struct client *create_udp_client();
|
||||
void cac_send_heartbeat();
|
||||
|
||||
|
||||
#endif INCLserverh
|
||||
|
||||
Reference in New Issue
Block a user