From: Martin Mares Date: Tue, 19 Apr 2011 12:33:17 +0000 (+0200) Subject: Resources: Document that resource class callbacks are optional X-Git-Tag: v5.0~74^2~15 X-Git-Url: http://mj.ucw.cz/gitweb/?a=commitdiff_plain;h=f9040c162bb07dd629f0a30eaff16c0c347717a4;p=libucw.git Resources: Document that resource class callbacks are optional --- diff --git a/ucw/respool.h b/ucw/respool.h index 2c312cff..55f17bee 100644 --- a/ucw/respool.h +++ b/ucw/respool.h @@ -95,7 +95,7 @@ static inline void res_permanent(struct resource *r) * === Resource classes * * A resource class describes how to handle a particular type of resources. - * Most importantly, it defines a set of callbacks for performing operations + * Most importantly, it defines a set of (optional) callbacks for performing operations * on the resources: * * * dump() should print a description of the resource used for debugging