diff options
author | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-28 20:12:55 +0200 |
---|---|---|
committer | dimitri staessens <dimitri.staessens@ugent.be> | 2017-08-28 20:49:34 +0200 |
commit | 999b5dec615ce4cfb30ee909bdd16e79a5e2a1ce (patch) | |
tree | 3c61b136719f262059c9485d789244a9aff5ef8d /src/ipcpd/normal/sdu_sched.c | |
parent | 9de8dc4948cf7ce239232aae0889c39ffa39ede2 (diff) | |
download | ouroboros-999b5dec615ce4cfb30ee909bdd16e79a5e2a1ce.tar.gz ouroboros-999b5dec615ce4cfb30ee909bdd16e79a5e2a1ce.zip |
ipcpd: Address comments on 176698e
Diffstat (limited to 'src/ipcpd/normal/sdu_sched.c')
-rw-r--r-- | src/ipcpd/normal/sdu_sched.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ipcpd/normal/sdu_sched.c b/src/ipcpd/normal/sdu_sched.c index 045d536a..10b0f02f 100644 --- a/src/ipcpd/normal/sdu_sched.c +++ b/src/ipcpd/normal/sdu_sched.c @@ -172,7 +172,7 @@ void sdu_sched_add(struct sdu_sched * sdu_sched, { qoscube_t qc; - /* assert(sdu_sched); */ + assert(sdu_sched); ipcp_flow_get_qoscube(fd, &qc); flow_set_add(sdu_sched->set[qc], fd); |