.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "VALID_EVENT_STRUCT" "9" "09 October 2005" "" ""
.SH NAME
valid_event_struct \- Determines if event is valid.
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
int valid_event_struct (struct event_pool * \fIpool\fB, struct srp_event_struct * \fIevt\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIpool\fB\fR
event_pool that contains the event
.TP
\fB\fIevt\fB\fR
srp_event_struct to be checked for validity
.SH "DESCRIPTION"
.PP
Returns zero if event is invalid, one otherwise.