diff options
author | Eamon Walsh <ewalsh@tycho.nsa.gov> | 2007-02-16 19:30:03 -0500 |
---|---|---|
committer | Eamon Walsh <ewalsh@moss-uranus.epoch.ncsc.mil> | 2007-02-21 07:46:44 -0500 |
commit | 9a3eb0357e779d5d5f76858f23667956c4c5d721 (patch) | |
tree | 21bfdeec8ea1927ce744d40ad8cd2c5641d66581 /dix | |
parent | 2534f5a9027c196f677923aaa38fa9ed9917f73d (diff) |
devPrivates rework: add RC_PRIVATES class, make ResourceRec visible in
the API, and add extra fields and structure supporting private storage.
Diffstat (limited to 'dix')
-rw-r--r-- | dix/resource.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dix/resource.c b/dix/resource.c index 4468f4575..584ac94fb 100644 --- a/dix/resource.c +++ b/dix/resource.c @@ -169,12 +169,6 @@ static void RebuildTable( #define INITHASHSIZE 6 #define MAXHASHSIZE 11 -typedef struct _Resource { - struct _Resource *next; - XID id; - RESTYPE type; - pointer value; -} ResourceRec, *ResourcePtr; #define NullResource ((ResourcePtr)NULL) typedef struct _ClientResource { |