diff options
| -rw-r--r-- | src/ipcpd/normal/fa.c | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/src/ipcpd/normal/fa.c b/src/ipcpd/normal/fa.c index 06f10b53..2488f017 100644 --- a/src/ipcpd/normal/fa.c +++ b/src/ipcpd/normal/fa.c @@ -287,6 +287,8 @@ int fa_alloc_resp(int fd,          struct shm_du_buff * sdb;          qoscube_t            qc; +        clock_gettime(PTHREAD_COND_CLOCK, &abstime); +          pthread_mutex_lock(&ipcpi.alloc_lock);          while (ipcpi.alloc_id != fd && ipcp_get_state() == IPCP_OPERATIONAL) { | 
