From 3bf739559578b42ef385479feb602b2dfe1f41b5 Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Fri, 18 Oct 2013 16:39:55 +0200 Subject: [PATCH] Fixed note about res_alloc() with no resource pool active --- ucw/resource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ucw/resource.h b/ucw/resource.h index 74de3607..e67f9728 100644 --- a/ucw/resource.h +++ b/ucw/resource.h @@ -75,7 +75,7 @@ static inline struct respool *rp_switch(struct respool *rp) return orp; } -struct resource *res_alloc(const struct res_class *rc) LIKE_MALLOC; // Returns NULL if there is no pool active +struct resource *res_alloc(const struct res_class *rc) LIKE_MALLOC; // Dies if there is no pool active void res_dump(struct resource *r, uns indent); /** Prints out a debugging dump of the resource to stdout. **/ -- 2.39.2