Annotation of coherent/f/etc/conf/bin/src/stune.h, revision 1.1.1.1

1.1       root        1: #ifndef        STUNE_H
                      2: #define        STUNE_H
                      3: 
                      4: #include "devadm.h"
                      5: 
                      6: 
                      7: /*
                      8:  * Structure of an entry read from the 'stune' file.
                      9:  */
                     10: 
                     11: struct stune {
                     12:        stune_t       * st_next;        /* global list of tuned parameters */
                     13:        symbol_t      * st_name;        /* parameter name */
                     14:        mtune_t       * st_mtune;       /* master parameter entry */
                     15:        long            st_value;       /* configured value */
                     16: };
                     17: 
                     18: 
                     19: EXTERN_C_BEGIN
                     20: 
                     21: void           read_stune_file PROTO ((CONST char * _inname,
                     22:                                        CONST char * _outname,
                     23:                                        VOID * _extra));
                     24: void           read_stune_string PROTO ((CONST char * _string,
                     25:                                          VOID * _extra));
                     26: void           write_stune     PROTO ((stune_t * _stunep, input_t * _input));
                     27: 
                     28: EXTERN_C_END
                     29: 
                     30: #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.