summaryrefslogtreecommitdiff
path: root/include/propertyst.h
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2007-03-22 10:59:21 -0400
committerEamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil>2007-03-22 10:59:21 -0400
commit5486be4898766205149fadce71529724eb78fbf3 (patch)
tree0b28a5749fcd19b0136f9a80ac626a0d9c838fb2 /include/propertyst.h
parenta3296d111dc4d76aa3afa7e338cbab93eb390ec4 (diff)
dix: devPrivates support for PropertyRec.
Diffstat (limited to 'include/propertyst.h')
-rw-r--r--include/propertyst.h2
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 */