summaryrefslogtreecommitdiff
path: root/src/irmd/reg/prog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/reg/prog.h')
-rw-r--r--src/irmd/reg/prog.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/irmd/reg/prog.h b/src/irmd/reg/prog.h
index 045711c8..e52b8e15 100644
--- a/src/irmd/reg/prog.h
+++ b/src/irmd/reg/prog.h
@@ -33,8 +33,7 @@ struct reg_prog {
struct prog_info info;
- struct list_head names; /* names to listen for */
- size_t n_names; /* number of names in list */
+ struct llist names; /* names to listen for */
};
struct reg_prog * reg_prog_create(const struct prog_info * info);