projects
/
interaspect.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b81285e
)
Removed legacy reference to aop_capture_function_name().
author
Justin Seyster
<jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 22:49:07 +0000
(18:49 -0400)
committer
Justin Seyster
<jseyster@cs.sunysb.edu>
Thu, 28 Oct 2010 22:49:07 +0000
(18:49 -0400)
workspace/hello.c
patch
|
blob
|
history
diff --git
a/workspace/hello.c
b/workspace/hello.c
index 62f3dc4c785a81ada91e66b487450b4fbd9ff4df..5f2f2504f83edf6a8da07af66d2f4dc1b4911e08 100644
(file)
--- 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