/**********************************************************************
 * ti library's global variables
 *
 * $Author: brlewis $
 * $Source: /afs/net.mit.edu/project/net_dev/brlewis/src/lib/RCS/global.c,v $
 * $Header: /afs/net.mit.edu/project/net_dev/brlewis/src/lib/RCS/global.c,v 0.1 92/03/12 15:27:12 brlewis Exp $
 *
 * Copyright 1991 by the Massachusetts Institute of Technology.
 *
 * For copying and distribution information, please see the file
 * <mit-copyright.h>.
 **********************************************************************/

#include <mit-copyright.h>
#include "ti/ti.h"

#ifndef lint
static char rcsid_global_c[] = "$Header: /afs/net.mit.edu/project/net_dev/brlewis/src/lib/RCS/global.c,v 0.1 92/03/12 15:27:12 brlewis Exp $";
#endif /* lint */

/**********************************************************************
 * These are ti's global variables with their default values.
 **********************************************************************/

char ti_context[256];		/* error context for com_err() */
int ti_nconnections=0;
TI ti_connections[TI_MAX_OPEN];
