From b47ca8de07c11bfddf3e8ecb2fd227049c512b9a Mon Sep 17 00:00:00 2001 From: dimitri staessens Date: Fri, 31 Mar 2017 15:58:12 +0200 Subject: irmd: Keep track of qos in irm_flow This fixes the bug in handling multiple concurrent flow allocations. --- src/irmd/registry.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/irmd/registry.h') diff --git a/src/irmd/registry.h b/src/irmd/registry.h index cf4ea432..2c766732 100644 --- a/src/irmd/registry.h +++ b/src/irmd/registry.h @@ -64,7 +64,6 @@ struct reg_entry { enum reg_name_state state; qoscube_t qos; - int response; pthread_cond_t state_cond; pthread_mutex_t state_lock; }; -- cgit v1.2.3