Skip to content
Snippets Groups Projects
Commit 311849cd authored by Danny Auble's avatar Danny Auble
Browse files

fixed for new code

parent 282dff77
No related branches found
No related tags found
No related merge requests found
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
#include "src/sshare/sshare.h" #include "src/sshare/sshare.h"
/* set up some fake system */ /* set up some fake system */
int cluster_cpus = 50; uint32_t cluster_cpus = 50;
int long_flag = 1; int long_flag = 1;
int exit_code = 0; int exit_code = 0;
sshare_time_format_t time_format = SSHARE_TIME_MINS; sshare_time_format_t time_format = SSHARE_TIME_MINS;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment