comparison include/types.h @ 1446:36f7d1debb37

Each context gets its own non-repeating sequence of source numbers
author Adam Chlipala <adam@chlipala.net>
date Sat, 09 Apr 2011 14:36:47 -0400
parents 4a6f84092399
children 2f5fd248588d
comparison
equal deleted inserted replaced
1445:6e6f1643c4e9 1446:36f7d1debb37
32 32
33 typedef unsigned uw_Basis_client; 33 typedef unsigned uw_Basis_client;
34 typedef struct { 34 typedef struct {
35 unsigned cli, chn; 35 unsigned cli, chn;
36 } uw_Basis_channel; 36 } uw_Basis_channel;
37
38 typedef struct {
39 int context;
40 unsigned long long source;
41 } uw_Basis_source;
37 42
38 typedef struct uw_Basis_file { 43 typedef struct uw_Basis_file {
39 uw_Basis_string name, type; 44 uw_Basis_string name, type;
40 uw_Basis_blob data; 45 uw_Basis_blob data;
41 } uw_Basis_file; 46 } uw_Basis_file;