CC (gcc) [M pike.so] pike_rpc.o pike_rpc.c: In function âtraverse_subtreeâ: pike_rpc.c:40: warning: passing argument 3 of âpike_top_add_entryâ from incompatible pointer type pike_top.h:19: note: expected âunsigned int *â but argument is of type âshort unsigned int *â pike_rpc.c:40: warning: passing argument 4 of âpike_top_add_entryâ from incompatible pointer type pike_top.h:19: note: expected âunsigned int *â but argument is of type âshort unsigned int *â pike_rpc.c:43: warning: passing argument 3 of âpike_top_add_entryâ from incompatible pointer type pike_top.h:19: note: expected âunsigned int *â but argument is of type âshort unsigned int *â pike_rpc.c:43: warning: passing argument 4 of âpike_top_add_entryâ from incompatible pointer type pike_top.h:19: note: expected âunsigned int *â but argument is of type âshort unsigned int *â
On Thu, Dec 20, 2012 at 12:53 PM, Olle E. Johansson oej@edvina.net wrote:
Module: sip-router Branch: master Commit: 3ad60fe1e229b3c1fc3a854d57eac223094294ad URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=3ad60fe1...
Author: Olle E. Johansson oej@edvina.net Committer: Olle E. Johansson oej@edvina.net Date: Thu Dec 20 18:51:52 2012 +0100
pike: Import pike.top rpc call from modules_s/pike
Thanks to Ovidiu for pointers in the right direction.
modules_k/pike/README | 42 +++++++- modules_k/pike/doc/pike.xml | 2 +- modules_k/pike/doc/pike_rpc.xml | 35 +++++++ modules_k/pike/ip_tree.c | 57 +++++++++++- modules_k/pike/ip_tree.h | 11 ++ modules_k/pike/pike.c | 8 ++ modules_k/pike/pike_rpc.c | 193 +++++++++++++++++++++++++++++++++++++++ modules_k/pike/pike_rpc.h | 9 ++ modules_k/pike/pike_top.c | 91 ++++++++++++++++++ modules_k/pike/pike_top.h | 28 ++++++ 10 files changed, 468 insertions(+), 8 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=3ad6...