aboutsummaryrefslogtreecommitdiffstats
path: root/src/output.h
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2016-07-12 10:19:32 +0200
committerMattias Andrée <maandree@kth.se>2016-07-12 10:19:32 +0200
commitc97d312bfe5bb4da398cbbb3473f8dba73134a5b (patch)
tree2658640d818dbdf4675bbb69d96d57584c8ad875 /src/output.h
parentImplement unmarshalling of process state (diff)
downloadcoopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.gz
coopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.bz2
coopgammad-c97d312bfe5bb4da398cbbb3473f8dba73134a5b.tar.xz
Implement state merging
Signed-off-by: Mattias Andrée <maandree@kth.se>
Diffstat (limited to 'src/output.h')
-rw-r--r--src/output.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/output.h b/src/output.h
index aa2ab8b..acd5f63 100644
--- a/src/output.h
+++ b/src/output.h
@@ -135,7 +135,8 @@ struct output
/**
* Free all resources allocated to an output.
- * The allocation of `output` itself is not freed.
+ * The allocation of `output` itself is not freed,
+ * nor is its the libgamma destroyed.
*
* @param this The output
*/