server: Add security descriptor field to object struct.
diff --git a/server/object.h b/server/object.h
index 1a75e4c..a2d7029 100644
--- a/server/object.h
+++ b/server/object.h
@@ -88,6 +88,7 @@
     const struct object_ops  *ops;
     struct list               wait_queue;
     struct object_name       *name;
+    struct security_descriptor *sd;
 #ifdef DEBUG_OBJECTS
     struct list               obj_list;
 #endif