diff options
| author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-03-31 15:58:12 +0200 |
|---|---|---|
| committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-03-31 16:01:47 +0200 |
| commit | b47ca8de07c11bfddf3e8ecb2fd227049c512b9a (patch) | |
| tree | 9623d6a0e94f327151a537485110442809dda9ca /src/irmd/registry.h | |
| parent | e39e93447d8da3bf06b8f5aecd3daf41c0451f81 (diff) | |
| download | ouroboros-b47ca8de07c11bfddf3e8ecb2fd227049c512b9a.zip ouroboros-b47ca8de07c11bfddf3e8ecb2fd227049c512b9a.tar.gz | |
irmd: Keep track of qos in irm_flow
This fixes the bug in handling multiple concurrent flow allocations.
Diffstat (limited to 'src/irmd/registry.h')
| -rw-r--r-- | src/irmd/registry.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/irmd/registry.h b/src/irmd/registry.h index cf4ea43..2c76673 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; }; |
