CamelCase the Clock structs
This commit is contained in:
+2
-2
@@ -4,7 +4,7 @@
|
||||
|
||||
|
||||
START_TEST (test_settable_clock)
|
||||
struct ucore_settable_clock my_clock;
|
||||
struct UCoreSettableClock my_clock;
|
||||
struct timeval tv;
|
||||
struct timeval tv_tmp;
|
||||
|
||||
@@ -37,7 +37,7 @@ START_TEST (test_settable_clock)
|
||||
END_TEST
|
||||
|
||||
START_TEST (test_cached_clock)
|
||||
struct ucore_cached_clock my_clock;
|
||||
struct UCoreCachedClock my_clock;
|
||||
struct timeval tv1,tv2;
|
||||
|
||||
ucore_cached_clock_init(&my_clock, &ucore_timeofday_clock);
|
||||
|
||||
Reference in New Issue
Block a user