aboutsummaryrefslogtreecommitdiffstats
path: root/src/filter.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-16 11:10:10 +0200
committerMattias Andrée <maandree@kth.se>2016-07-16 11:10:10 +0200
commit73f545ac0fa167aa71b1d0f78de533cf4d5978ef (patch)
tree4942d780580622c65e276d3cfb50a1aa5274dd3e /src/filter.h
parentm (diff)
downloadcoopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.gz
coopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.bz2
coopgammad-73f545ac0fa167aa71b1d0f78de533cf4d5978ef.tar.xz
Fix warnings
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/filter.h')
-rw-r--r--src/filter.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/filter.h b/src/filter.h
index 742ade8..385ec56 100644
--- a/src/filter.h
+++ b/src/filter.h
@@ -60,6 +60,11 @@ struct filter
int client;
/**
+ * The lifespan of the filter
+ */
+ enum lifespan lifespan;
+
+ /**
* The priority of the filter
*/
int64_t priority;
@@ -70,11 +75,6 @@ struct filter
char* class;
/**
- * The lifespan of the filter
- */
- enum lifespan lifespan;
-
- /**
* The gamma ramp adjustments for the filter.
* This is raw binary data. `NULL` iff
* `lifespan == LIFESPAN_REMOVE`.