summaryrefslogtreecommitdiff
path: root/src/irmd/reg/proc.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/irmd/reg/proc.h')
-rw-r--r--src/irmd/reg/proc.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/irmd/reg/proc.h b/src/irmd/reg/proc.h
index 99f74fef..499ecc72 100644
--- a/src/irmd/reg/proc.h
+++ b/src/irmd/reg/proc.h
@@ -32,8 +32,8 @@ struct reg_proc {
struct proc_info info;
- struct list_head names; /* names for which process accepts flows */
- size_t n_names; /* number of names */
+ struct list_head names; /* process accepts flows for names */
+ size_t n_names; /* number of names */
struct shm_flow_set * set;
};