From: Justin Seyster Date: Thu, 28 Oct 2010 22:49:07 +0000 (-0400) Subject: Removed legacy reference to aop_capture_function_name(). X-Git-Tag: release-v1.0~1 X-Git-Url: https://git.fsl.cs.stonybrook.edu/?a=commitdiff_plain;h=7384ba2867b698e950c4e230dddabc73bcc54285;p=interaspect.git Removed legacy reference to aop_capture_function_name(). --- 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