diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-11-04 10:46:24 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2005-11-04 10:46:24 +0000 |
commit | bb54d62056cb3f77d73a95dad724fd095cdcd0b2 (patch) | |
tree | 9dfdf5120bdc16020bae9082e9ab1c22332d643e /usr.sbin/ospfd/ospfd.h | |
parent | ec401e892fd44ba50870a3927d327ad6d9a9874d (diff) |
Kill spf_timer in struct ospfd_conf. There is no need for two event structs
just use ev for the spf_timer -- ev is unused in the RDE.
Diffstat (limited to 'usr.sbin/ospfd/ospfd.h')
-rw-r--r-- | usr.sbin/ospfd/ospfd.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/ospfd/ospfd.h b/usr.sbin/ospfd/ospfd.h index abc56df36ad..1b84f0573b6 100644 --- a/usr.sbin/ospfd/ospfd.h +++ b/usr.sbin/ospfd/ospfd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospfd.h,v 1.38 2005/10/18 09:36:21 claudio Exp $ */ +/* $OpenBSD: ospfd.h,v 1.39 2005/11/04 10:46:23 claudio Exp $ */ /* * Copyright (c) 2004 Esben Norby <norby@openbsd.org> @@ -339,7 +339,6 @@ enum { struct ospfd_conf { struct event ev; - struct event spf_timer; struct in_addr rtr_id; struct lsa_tree lsa_tree; LIST_HEAD(, area) area_list; |