|
|
1.1 root 1: /*
2: ******************************************************************************
3: *
4: * Module: bb_grid.c
5: *
6: * Functions:
7: * bb_grid_1() - Return the information on successful testing.
8: *
9: *
10: ******************************************************************************
11: */
12:
13: /*
14: ******************************************************************************
15: * Include Files
16: ******************************************************************************
17: */
18: #include <stdio.h>
19: #include <rpc/rpc.h>
20: #include "common.h"
21: #include "protocol.h"
22: #include "server.h"
23:
24:
25:
26: /*************************************************************************
27: ** **
28: ** bb_grid_1() - Return a list of all of the test results. This is **
29: ** just an indication of how the tests are coming in general, no info **
30: ** on which companies have done what tests will be revield. **
31: ** **
32: *************************************************************************/
33: BB_grid *
34: bb_grid_1()
35: {
36: static BB_grid grid; /* The output grid structure. */
37:
38: /*
39: ** XXXX-This will be filled in later.
40: */
41: grid.status == BB_SUCCESS;
42:
43: return &grid;
44: }
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.