PERFORCE change 222998 for review
Robert Watson
rwatson at FreeBSD.org
Mon Mar 18 01:22:23 UTC 2013
http://p4web.freebsd.org/@@222998?ac=10
Change 222998 by rwatson at rwatson_cinnamon on 2013/03/18 01:21:52
Take into account (unused) argument to thread dtor eventhandlers.
Affected files ...
.. //depot/projects/ctsrd/tesla/src/sys/libtesla/state-perthread.c#7 edit
Differences ...
==== //depot/projects/ctsrd/tesla/src/sys/libtesla/state-perthread.c#7 (text+ko) ====
@@ -68,7 +68,7 @@
}
static void
-tesla_perthread_dtor(struct thread *td)
+tesla_perthread_dtor(__unused void *arg, struct thread *td)
{
struct tesla_store *store;
More information about the p4-projects
mailing list