]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/conf.h
Resources: res_new() requires an active pool
[libucw.git] / ucw / conf.h
index 95baf2ca5fe2354ca45efdee81f33358372afa0d..50dbddc1712ea109b7c9fc24357e91a825d7b0e8 100644 (file)
@@ -132,7 +132,7 @@ struct cf_section {                 /** A section. **/
  *     uns value;
  *   };
  *
- *   struct clist nodes;
+ *   static struct clist nodes;
  *
  *   static struct cf_section node = {
  *     CF_TYPE(struct list_node),
@@ -148,7 +148,7 @@ struct cf_section {                 /** A section. **/
  *     CF_END
  *   };
  *
- * You could use <<def_CF_STATIC,`def_CF_STATIC`>> or <<def_CF_DYNAMIC,`def_CF_DYNAMIC`>>
+ * You could use <<def_CF_STATIC,`CF_STATIC`>> or <<def_CF_DYNAMIC,`CF_DYNAMIC`>>
  * macros to create arrays.
  */
 #define CF_TYPE(s)     .size = sizeof(s)