Add proper per-file copyright notices/licenses and top-level license.
[bluesky.git] / TBBT / trace_play / sfs_sync.x
1 /*
2  * SFS sync daemon rpcgen configuration file
3  *      @(#)sfs_sync.x  2.1     97/10/23
4  *
5  * XXX Not currently used to generate source code
6  */
7
8 const MAX_STR1_LEN = 31;
9 const MAX_STR2_LEN = 2560;
10
11 struct sync_string {
12         int     clnt_id;                        /* client number */
13         string  clnt_type<MAX_STR1_LEN>;        /* message type, hard coded */
14         string  clnt_transaction<MAX_STR1_LEN>; /* transaction id */
15         string  clnt_data<MAX_STR2_LEN>;        /* results strings */
16 };
17
18 program SFS {
19         version SFS {
20                 int
21                 SIGNAL_NULLPROC (void) = 0;
22                 int
23                 SIGNAL_SFS (sync_string) = 1;
24         } = 1;
25 } = 100500;