diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-03-22 10:59:21 -0400 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-03-22 10:59:21 -0400 |
commit | 5486be4898766205149fadce71529724eb78fbf3 (patch) | |
tree | 0b28a5749fcd19b0136f9a80ac626a0d9c838fb2 /include/propertyst.h | |
parent | a3296d111dc4d76aa3afa7e338cbab93eb390ec4 (diff) |
dix: devPrivates support for PropertyRec.
Diffstat (limited to 'include/propertyst.h')
-rw-r--r-- | include/propertyst.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/propertyst.h b/include/propertyst.h index 6add81d9a..fd1148eb7 100644 --- a/include/propertyst.h +++ b/include/propertyst.h @@ -49,6 +49,7 @@ SOFTWARE. #define PROPERTYSTRUCT_H #include "misc.h" #include "property.h" +#include "privates.h" /* * PROPERTY -- property element */ @@ -60,6 +61,7 @@ typedef struct _Property { short format; /* format of data for swapping - 8,16,32 */ long size; /* size of data in (format/8) bytes */ pointer data; /* private to client */ + PrivateRec *devPrivates; } PropertyRec; #endif /* PROPERTYSTRUCT_H */ |