]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - grab_client.c
Merge branch 't/test_man'
[paraslash.git] / grab_client.c
index 39e9547139da99951c2bef013051d962705bfe17..672c96f1d6b42ac8fd75418486cdb02ce2d24395 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (C) 2006-2013 Andre Noll <maan@systemlinux.org>
+ * Copyright (C) 2006-2014 Andre Noll <maan@systemlinux.org>
  *
  * Licensed under the GPL v2. For licencing details see COPYING.
  */
@@ -130,7 +130,7 @@ static void gc_activate(struct grab_client *gc, struct sched *s)
        gc->btrn = btr_new_node(&(struct btr_node_description)
                EMBRACE(.name = name, .parent = parent));
        gc->task.pre_select = gc_pre_select;
-       gc->task.new_post_select = gc_post_select;
+       gc->task.post_select = gc_post_select;
        snprintf(gc->task.status, sizeof(gc->task.status) - 1, "%s", name);
        gc->task.status[sizeof(gc->task.status) - 1] = '\0';
        gc->task.error = 0;