commit | 7c5f50125d9ef099336660330b7432fb848b7e75 | [log] [tgz] |
---|---|---|
author | Everton Marques <everton.marques@gmail.com> | Thu Nov 19 17:00:23 2009 -0200 |
committer | David Lamparter <equinox@opensourcerouting.org> | Wed Feb 04 06:07:52 2015 +0100 |
tree | f613d81b87bfdb74c759168731c43626e181f6b5 | |
parent | dba7758a7fa712fc712cd3063a2724bb15c92e60 [diff] [blame] |
[pim] Fix net/host byte order
diff --git a/pimd/pim_assert.h b/pimd/pim_assert.h index 6a8594c..feeb91d 100644 --- a/pimd/pim_assert.h +++ b/pimd/pim_assert.h
@@ -58,7 +58,7 @@ int pim_assert_metric_match(const struct pim_assert_metric *m1, const struct pim_assert_metric *m2); -int pim_assert_build_msg(char *pim_msg, int buf_size, +int pim_assert_build_msg(uint8_t *pim_msg, int buf_size, struct interface *ifp, struct in_addr group_addr, struct in_addr source_addr,