Skip to content

Commit d42398d

Browse files
authored
Merge pull request #228 from codes-org/develop
Release 1.4.1 from develop
2 parents 91b3ad4 + cb82952 commit d42398d

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# Process this file with autoconf to produce a configure script.
33

44
AC_PREREQ([2.67])
5-
AC_INIT([codes], [1.4], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
5+
AC_INIT([codes], [1.4.1], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
66
LT_INIT
77

88
AC_CANONICAL_TARGET

tests/workload/codes-workload-test-cn-lp.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,9 @@
2121
typedef struct client_msg client_msg;
2222
typedef struct client_state client_state;
2323

24+
char workload_type[MAX_NAME_LENGTH_WKLD];
25+
struct iolang_params ioparams;
26+
2427
enum client_event_type
2528
{
2629
CLIENT_KICKOFF = 64, /* initial event */

tests/workload/codes-workload-test-cn-lp.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@
1111
#include "codes/codes-workload.h"
1212

1313
extern tw_lptype client_lp;
14-
char workload_type[MAX_NAME_LENGTH_WKLD];
15-
struct iolang_params ioparams;
14+
extern char workload_type[MAX_NAME_LENGTH_WKLD];
15+
extern struct iolang_params ioparams;
1616

1717
void cn_op_complete(tw_lp *lp, tw_stime svc_time, tw_lpid gid);
1818
void cn_op_complete_rc(tw_lp *lp);

0 commit comments

Comments
 (0)