File:  [MW Coherent from dump] / coherent / b / STREAMS / conf / bin / src / stune.h
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Wed May 29 04:56:36 2019 UTC (7 years, 2 months ago) by root
Branches: MarkWilliams, MAIN
CVS tags: relic, HEAD
coherent

#ifndef	STUNE_H
#define	STUNE_H

#include "devadm.h"


/*
 * Structure of an entry read from the 'stune' file.
 */

struct stune {
	stune_t	      *	st_next;	/* global list of tuned parameters */
	symbol_t      *	st_name;	/* parameter name */
	mtune_t	      *	st_mtune;	/* master parameter entry */
	long		st_value;	/* configured value */
};


EXTERN_C_BEGIN

void		read_stune_file	PROTO ((CONST char * _inname,
					CONST char * _outname,
					VOID * _extra));
void		read_stune_string PROTO ((CONST char * _string,
					  VOID * _extra));
void		write_stune	PROTO ((stune_t * _stunep, input_t * _input));

EXTERN_C_END

#endif	/* ! defined (STUNE_H) */

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.