diff options
author | Everton Marques <everton.marques@gmail.com> | 2009-11-19 17:00:23 -0200 |
---|---|---|
committer | Everton Marques <everton.marques@gmail.com> | 2009-11-19 17:00:23 -0200 |
commit | 6cf8c261d41624992f55b195aa52f8867c6833c7 (patch) | |
tree | 23b96354179268266b0421d3a93677bee37ec56f /pimd/pim_assert.h | |
parent | 15bf8e5a2197afc46dee41f6bd30469832896f78 (diff) | |
download | quagga-6cf8c261d41624992f55b195aa52f8867c6833c7.tar.bz2 quagga-6cf8c261d41624992f55b195aa52f8867c6833c7.tar.xz |
[pim] Fix net/host byte order
Diffstat (limited to 'pimd/pim_assert.h')
-rw-r--r-- | pimd/pim_assert.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_assert.h b/pimd/pim_assert.h index 6a8594ce..feeb91df 100644 --- a/pimd/pim_assert.h +++ b/pimd/pim_assert.h @@ -58,7 +58,7 @@ int pim_assert_metric_better(const struct pim_assert_metric *m1, 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, |