From 9e0e8c62a4b20dda69076add7e50a54756ffb0c8 Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Thu, 19 Mar 1992 11:37:20 +0000 Subject: [PATCH] initial rebroadcast delay is now a #define --- src/ca/iocinf.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/ca/iocinf.h b/src/ca/iocinf.h index b919e0b48..ec6a32199 100644 --- a/src/ca/iocinf.h +++ b/src/ca/iocinf.h @@ -20,6 +20,7 @@ /* .09 111891 joh added event task id for vxWorks */ /* .10 111991 joh mobe IODONESUB macro to service.c */ /* .11 031692 joh added declaration for post_msg() */ +/* .12 031892 joh initial rebroadcast delay is now a #define */ /* */ /*_begin */ /************************************************************************/ @@ -107,8 +108,9 @@ struct pending_io_event{ void *io_done_arg; }; -typedef unsigned long ca_time; -#define CA_RETRY_PERIOD 5 /* sec to next keepalive */ +typedef unsigned long ca_time; +#define CA_RETRY_PERIOD 5 /* int sec to next keepalive */ +#define CA_RECAST_DELAY 1 /* initial int sec to next recast */ #define CA_CURRENT_TIME 0 #define MAX_CONTIGUOUS_MSG_COUNT 2