]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/respool.h
Implemented exceptions.
[libucw.git] / ucw / respool.h
index 0c3449cd2c3f9ad8894aca17f6ce872c7ef067c8..c010b4a3f43b93c603732990f2ac4b5fbbccd440 100644 (file)
@@ -32,6 +32,7 @@ struct resource {
   struct respool *rpool;
   const struct res_class *rclass;
   void *priv;                                          // Private to the class
+  // More data specific for the particular class can follow
 };
 
 struct res_class {