/***********************************************************************
* *
* This software is part of the ast package *
* Copyright (c) 1990-2011 AT&T Intellectual Property *
* and is licensed under the *
* Eclipse Public License, Version 1.0 *
* by AT&T Intellectual Property *
* *
* A copy of the License is available at *
* (with md5 checksum b35adb5213ca9657e911e9befb180842) *
* *
* Information and Software Systems Research *
* AT&T Research *
* Florham Park NJ *
* *
* Glenn Fowler <gsf@research.att.com> *
* *
***********************************************************************/
#pragma prototyped
/*
* Glenn Fowler
* AT&T Research
*
* connect stream server interface definitions
*/
#ifndef _CSS_H
#define _CSS_H
#ifndef CS_INTERFACE
#endif
#include <cs.h>
struct Css_s;
struct Cssdisc_s;
struct Cssfd_s;
{
/* accept new connection/fd */
/* fd state change action */
/* poll exception action */
};
{
/* css.actionf by default */
#ifdef _CSS_FD_PRIVATE_
#endif
};
{
#ifdef _CSS_PRIVATE_
#endif
};
#if _BLD_cs && defined(__EXPORT__)
#define extern __EXPORT__
#endif
#undef extern
#endif