diff options
Diffstat (limited to 'src/data.h')
-rw-r--r-- | src/data.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -135,6 +135,9 @@ struct rp_group char *name; int number; + /* For determining the last group. */ + int last_access; + /* The list of windows participating in this group. */ struct list_head mapped_windows, unmapped_windows; |