From 7384ba2867b698e950c4e230dddabc73bcc54285 Mon Sep 17 00:00:00 2001 From: Justin Seyster Date: Thu, 28 Oct 2010 18:49:07 -0400 Subject: [PATCH] Removed legacy reference to aop_capture_function_name(). --- workspace/hello.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workspace/hello.c b/workspace/hello.c index 62f3dc4..5f2f250 100644 --- a/workspace/hello.c +++ b/workspace/hello.c @@ -25,7 +25,7 @@ static void join_on_entry(struct aop_joinpoint *jp, void *data) { const char *name; - name = aop_capture_function_name(jp); + name = aop_get_function_name(); /* Don't instrument the advice function itself! Instead of doing this check here, you could make sure to mark your advice function -- 2.34.1