File:  [CSRG BSD Unix] / 43BSDReno / sys / nfs / TEST / billboard / src / bb_grid.c
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs
Tue Apr 24 16:12:57 2018 UTC (8 years, 1 month ago) by root
Branches: MAIN, BSD
CVS tags: HEAD, BSD43reno
BSD 4.3reno

/*
 ******************************************************************************
 *
 * Module: bb_grid.c
 *
 * Functions: 
 *	    bb_grid_1()	- Return the information on successful testing.
 *
 *
 ******************************************************************************
 */

/*
 ******************************************************************************
 * Include Files
 ******************************************************************************
 */
#include <stdio.h>
#include <rpc/rpc.h>
#include "common.h"
#include "protocol.h"
#include "server.h"



/*************************************************************************
**									**
**  bb_grid_1() - Return a list of all of the test results.  This is	**
**  just an indication of how the tests are coming in general, no info	**
**  on which companies have done what tests will be revield.		**
**									**
*************************************************************************/
BB_grid *
bb_grid_1()
{
    static BB_grid	grid;		/* The output grid structure.	*/

    /*
    **  XXXX-This will be filled in later.
    */
    grid.status == BB_SUCCESS;

    return &grid;
}

unix.superglobalmegacorp.com

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