src/server/daemon/resourcepool.h

changeset 460
b9a447b02046
parent 415
d938228c382e
equal deleted inserted replaced
459:f21b4ff81c01 460:b9a447b02046
65 * be freed, when the resource pool is destroyed 65 * be freed, when the resource pool is destroyed
66 */ 66 */
67 ResourceType *type; 67 ResourceType *type;
68 68
69 /* 69 /*
70 * The name of the resource pool
71 */
72 char *name;
73
74 /*
70 * Data returned by the ResourceType init function 75 * Data returned by the ResourceType init function
71 * When the pool is destroyed, the data should be passed to 76 * When the pool is destroyed, the data should be passed to
72 * ResourceType.destroy 77 * ResourceType.destroy
73 */ 78 */
74 void *data; 79 void *data;

mercurial