diff options
Diffstat (limited to 'ospfd/ospfd.h')
-rw-r--r-- | ospfd/ospfd.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospfd.h b/ospfd/ospfd.h index 0f778e0d..2a6c23e9 100644 --- a/ospfd/ospfd.h +++ b/ospfd/ospfd.h @@ -248,6 +248,7 @@ struct ospf struct thread *t_write; struct thread *t_read; int fd; + struct stream *ibuf; struct list *oi_write_q; /* Distribute lists out of other route sources. */ |