diff options
| author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-03-31 14:19:01 +0000 | 
|---|---|---|
| committer | Sander Vrijders <sander.vrijders@ugent.be> | 2017-03-31 14:19:01 +0000 | 
| commit | 930c93f7ad6582c1386a6a98259d1acb04d2c64b (patch) | |
| tree | 9623d6a0e94f327151a537485110442809dda9ca /src/ipcpd/normal | |
| parent | e39e93447d8da3bf06b8f5aecd3daf41c0451f81 (diff) | |
| parent | b47ca8de07c11bfddf3e8ecb2fd227049c512b9a (diff) | |
| download | ouroboros-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/ipcpd/normal')
| -rw-r--r-- | src/ipcpd/normal/pol/complete.c | 2 | 
1 files changed, 0 insertions, 2 deletions
diff --git a/src/ipcpd/normal/pol/complete.c b/src/ipcpd/normal/pol/complete.c index 635b573b..1f3f6031 100644 --- a/src/ipcpd/normal/pol/complete.c +++ b/src/ipcpd/normal/pol/complete.c @@ -131,8 +131,6 @@ void * complete_create(struct nbs * nbs,                             allocator, (void *) complete))                  return NULL; -        pthread_join(complete->allocator, NULL); -          if (pthread_create(&complete->listener, NULL,                             listener, (void *) complete))                  return NULL;  | 
