From c19315034c18ed60d9d960c4a05bb42cd0f864ba Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 6 Sep 2007 23:02:45 +0000 Subject: 2007-09-06 Joel Sherrill * shttpd_ext.c: Use new name. --- http/ChangeLog | 4 ++++ http/shttpd_ext.c | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/http/ChangeLog b/http/ChangeLog index d98feaa..efe8c6d 100644 --- a/http/ChangeLog +++ b/http/ChangeLog @@ -1,3 +1,7 @@ +2007-09-06 Joel Sherrill + + * shttpd_ext.c: Use new name. + 2007-09-06 Joel Sherrill * Makefile, init.c, rootfs/.cvsignore: Add some dynamic content. diff --git a/http/shttpd_ext.c b/http/shttpd_ext.c index 901f3f1..33c6213 100644 --- a/http/shttpd_ext.c +++ b/http/shttpd_ext.c @@ -30,7 +30,7 @@ void example_shttpd_callback(struct shttpd_arg *arg) /* fprintf( stderr, "RTEMS Request -%s-\n", query ); */ if ( !strcmp( query, "cpuuse_report" ) ) { - rtems_cpu_usage_report_with_handler( arg, shttpd_printf ); + rtems_cpu_usage_report_with_plugin( arg, shttpd_printf ); } else if ( !strcmp( query, "cpuuse_reset" ) ) { rtems_cpu_usage_reset(); shttpd_printf( @@ -40,7 +40,7 @@ void example_shttpd_callback(struct shttpd_arg *arg) END_HTML_BODY ); } else if ( !strcmp( query, "stackuse_report" ) ) { - rtems_stack_checker_report_usage_with_handler( arg, shttpd_printf ); + rtems_stack_checker_report_usage_with_plugin( arg, shttpd_printf ); } else { shttpd_printf( arg, -- cgit v1.2.3