diff options
Diffstat (limited to 'resource.h')
-rw-r--r-- | resource.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ struct resource_ops { struct resource { const struct resource_ops *ops; struct client *updater; + time_t updater_time; void *data; }; |