summaryrefslogtreecommitdiff
path: root/src/irmd/registry.c
diff options
context:
space:
mode:
authordimitri staessens <dimitri.staessens@ugent.be>2017-03-31 14:19:01 +0000
committerSander Vrijders <sander.vrijders@ugent.be>2017-03-31 14:19:01 +0000
commit930c93f7ad6582c1386a6a98259d1acb04d2c64b (patch)
tree9623d6a0e94f327151a537485110442809dda9ca /src/irmd/registry.c
parente39e93447d8da3bf06b8f5aecd3daf41c0451f81 (diff)
parentb47ca8de07c11bfddf3e8ecb2fd227049c512b9a (diff)
downloadouroboros-930c93f7ad6582c1386a6a98259d1acb04d2c64b.tar.gz
ouroboros-930c93f7ad6582c1386a6a98259d1acb04d2c64b.zip
Merged in dstaesse/ouroboros/be-irmd (pull request #443)
irmd: Keep track of qos in irm_flow
Diffstat (limited to 'src/irmd/registry.c')
-rw-r--r--src/irmd/registry.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/irmd/registry.c b/src/irmd/registry.c
index c57230f7..2043ca46 100644
--- a/src/irmd/registry.c
+++ b/src/irmd/registry.c
@@ -53,8 +53,6 @@ static struct reg_entry * reg_entry_create(void)
e->name = NULL;
e->state = REG_NAME_NULL;
- e->response = -1;
-
return e;
}