diff options
author | Markus Friedl <markus@cvs.openbsd.org> | 2013-03-25 14:29:36 +0000 |
---|---|---|
committer | Markus Friedl <markus@cvs.openbsd.org> | 2013-03-25 14:29:36 +0000 |
commit | 9ef9bdd8e6e8b7914738b7d218dcf146d3114aa2 (patch) | |
tree | fd510aadc93545cc1c87abd61fc54f9acda0ddd6 /usr.sbin/ospf6d/ospf6d.h | |
parent | b50b2e839763da89bc8cf518cdabc36d36652d14 (diff) |
sync w/ospfd: improve snapshot handling; ok claudio, sthen
Diffstat (limited to 'usr.sbin/ospf6d/ospf6d.h')
-rw-r--r-- | usr.sbin/ospf6d/ospf6d.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ospf6d/ospf6d.h b/usr.sbin/ospf6d/ospf6d.h index 48fec773e76..5ebddcf22a7 100644 --- a/usr.sbin/ospf6d/ospf6d.h +++ b/usr.sbin/ospf6d/ospf6d.h @@ -1,4 +1,4 @@ -/* $OpenBSD: ospf6d.h,v 1.27 2013/03/22 14:25:31 sthen Exp $ */ +/* $OpenBSD: ospf6d.h,v 1.28 2013/03/25 14:29:35 markus Exp $ */ /* * Copyright (c) 2004, 2007 Esben Norby <norby@openbsd.org> @@ -112,6 +112,7 @@ enum imsg_type { IMSG_DB_END, IMSG_LS_REQ, IMSG_LS_UPD, + IMSG_LS_SNAP, IMSG_LS_ACK, IMSG_LS_FLOOD, IMSG_LS_BADREQ, |