Removed legacy reference to aop_capture_function_name().
authorJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 22:49:07 +0000 (18:49 -0400)
committerJustin Seyster <jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 22:49:07 +0000 (18:49 -0400)
workspace/hello.c

index 62f3dc4c785a81ada91e66b487450b4fbd9ff4df..5f2f2504f83edf6a8da07af66d2f4dc1b4911e08 100644 (file)
@@ -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