summaryrefslogtreecommitdiff
path: root/ospf6d/ospf6d.h
diff options
context:
space:
mode:
authorDenis Ovsienko <infrastation@yandex.ru>2011-08-20 20:58:15 +0400
committerDenis Ovsienko <infrastation@yandex.ru>2011-08-27 21:18:51 +0400
commitef95122eb214f80700fc79b4a95686eadfea859b (patch)
tree1aa3631ef8d9e0a5036124c4029d68259df774b5 /ospf6d/ospf6d.h
parentd91f35bc90ec4e5c8513cd7ac1f6fd00c5113c27 (diff)
ospf6d: move named constants to ospf6d.h
Diffstat (limited to 'ospf6d/ospf6d.h')
-rw-r--r--ospf6d/ospf6d.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h
index b6f1b737..2ac6300e 100644
--- a/ospf6d/ospf6d.h
+++ b/ospf6d/ospf6d.h
@@ -49,6 +49,9 @@ extern struct thread_master *master;
#endif /* IPV6_DROP_MEMBERSHIP */
#endif /* ! IPV6_LEAVE_GROUP */
+#define MSG_OK 0
+#define MSG_NG 1
+
/* cast macro: XXX - these *must* die, ick ick. */
#define OSPF6_PROCESS(x) ((struct ospf6 *) (x))
#define OSPF6_AREA(x) ((struct ospf6_area *) (x))