name the group client queue appropriately, like other queues

This commit is contained in:
okan
2014-09-08 21:15:14 +00:00
parent b64ce8558c
commit aac16013d2
4 changed files with 17 additions and 17 deletions

View File

@@ -202,7 +202,7 @@ TAILQ_HEAD(client_ctx_q, client_ctx);
struct group_ctx {
TAILQ_ENTRY(group_ctx) entry;
struct screen_ctx *sc;
struct client_ctx_q clients;
struct client_ctx_q clientq;
char *name;
int num;
};