PERFORCE change 229665 for review

Jonathan Anderson jonathan at FreeBSD.org
Thu Jun 13 15:49:34 UTC 2013


http://p4web.freebsd.org/@@229665?ac=10

Change 229665 by jonathan at jonathan-on-zenith on 2013/06/13 15:49:19

	Caught another 'CSCOPE'-> 'CONTEXT' change.

Affected files ...

.. //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_class_perthread.c#5 edit

Differences ...

==== //depot/projects/ctsrd/tesla/src/sys/contrib/tesla/libtesla/tesla_class_perthread.c#5 (text+ko) ====

@@ -61,7 +61,7 @@
 	uint32_t error;
 
 	store = tesla_malloc(sizeof(*store));
-	error = tesla_store_init(store, TESLA_SCOPE_PERTHREAD,
+	error = tesla_store_init(store, TESLA_CONTEXT_PERTHREAD,
 	    TESLA_MAX_CLASSES, TESLA_MAX_INSTANCES);
 	tesla_assert(error == TESLA_SUCCESS, ("tesla_store_init failed"));
 	td->td_tesla = store;


More information about the p4-projects mailing list