Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
codes
codes
Commits
9cd1c4c8
Commit
9cd1c4c8
authored
Aug 03, 2015
by
Shane Snyder
Browse files
fix typo in codes checkpoint workload
parent
211a7dac
Changes
2
Hide whitespace changes
Inline
Side-by-side
src/workload/codes-workload.c
View file @
9cd1c4c8
...
...
@@ -24,6 +24,7 @@ extern struct codes_workload_method darshan_io_workload_method;
#ifdef USE_RECORDER
extern
struct
codes_workload_method
recorder_io_workload_method
;
#endif
extern
struct
codes_workload_method
checkpoint_workload_method
;
static
struct
codes_workload_method
*
method_array
[]
=
{
...
...
@@ -38,6 +39,7 @@ static struct codes_workload_method *method_array[] =
#ifdef USE_RECORDER
&
recorder_io_workload_method
,
#endif
&
checkpoint_workload_method
,
NULL
};
/* This shim layer is responsible for queueing up reversed operations and
...
...
src/workload/methods/codes-checkpoint-wrkld.c
View file @
9cd1c4c8
...
...
@@ -63,7 +63,7 @@ static struct qhash_table *chkpoint_state_tbl = NULL;
static
int
chkpoint_tbl_pop
=
0
;
/* function pointers for this method */
struct
codes_workload_method
tes
t_workload_method
=
struct
codes_workload_method
checkpoin
t_workload_method
=
{
.
method_name
=
"checkpoint_io_workload"
,
.
codes_workload_load
=
&
checkpoint_workload_load
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment