commit | a44ed99c57f340a75e94e13edfb047e3f5a49539 | [log] [tgz] |
---|---|---|
author | Denis Ovsienko <infrastation@yandex.ru> | Sat Aug 20 20:58:15 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Sat Aug 20 20:58:51 2011 +0400 |
tree | 5664f11db9c52a8077ab73851c6becba1abaa14d | |
parent | 87d29037b3f390cfb9d4e9e2aef4f0b49f98d557 [diff] [blame] |
ospf6d: move named constants to ospf6d.h
diff --git a/ospf6d/ospf6d.h b/ospf6d/ospf6d.h index b6f1b73..2ac6300 100644 --- a/ospf6d/ospf6d.h +++ b/ospf6d/ospf6d.h
@@ -49,6 +49,9 @@ #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))