Skip to content

Commit

Permalink
Merge pull request #228 from codes-org/develop
Browse files Browse the repository at this point in the history
Release 1.4.1 from develop
  • Loading branch information
nmcglohon authored Jul 13, 2022
2 parents 91b3ad4 + cb82952 commit d42398d
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.

AC_PREREQ([2.67])
AC_INIT([codes], [1.4], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
AC_INIT([codes], [1.4.1], [http://trac.mcs.anl.gov/projects/codes/newticket],[],[http://www.mcs.anl.gov/projects/codes/])
LT_INIT

AC_CANONICAL_TARGET
Expand Down
3 changes: 3 additions & 0 deletions tests/workload/codes-workload-test-cn-lp.c
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@
typedef struct client_msg client_msg;
typedef struct client_state client_state;

char workload_type[MAX_NAME_LENGTH_WKLD];
struct iolang_params ioparams;

enum client_event_type
{
CLIENT_KICKOFF = 64, /* initial event */
Expand Down
4 changes: 2 additions & 2 deletions tests/workload/codes-workload-test-cn-lp.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
#include "codes/codes-workload.h"

extern tw_lptype client_lp;
char workload_type[MAX_NAME_LENGTH_WKLD];
struct iolang_params ioparams;
extern char workload_type[MAX_NAME_LENGTH_WKLD];
extern struct iolang_params ioparams;

void cn_op_complete(tw_lp *lp, tw_stime svc_time, tw_lpid gid);
void cn_op_complete_rc(tw_lp *lp);
Expand Down

0 comments on commit d42398d

Please sign in to comment.