Skip to content

Commit

Permalink
prerelease
Browse files Browse the repository at this point in the history
  • Loading branch information
xquery committed Dec 8, 2016
1 parent ed3ac26 commit e36b52e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 3 additions & 4 deletions src/command.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ struct CommandLineArgs {
end(""),
regex(""),
metric(""),
resource(""),
filename(""),
resource(""),
uri(""),
database(""),
group(""),
Expand All @@ -39,9 +39,9 @@ struct CommandLineArgs {
js(""),
output(""),
gnuplot(""),
raw(false),
quiet(true),
verbose(false) {
verbose(false),
raw(false) {
}

void check(const char *progname) {}
Expand Down Expand Up @@ -363,7 +363,6 @@ class Command {

virtual int executeLoadPost(const char* file, string body) {

double speed_upload, total_time;
FILE *fd;

fd = fopen(file, "rb"); /* open file to upload */
Expand Down
2 changes: 2 additions & 0 deletions src/mlconfigure/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ int main(int argc, char *argv[]) {

// create, update and delete resources

cout << "not implemented yet" << endl;

} catch (std::bad_alloc) {
cout << "Error with ml-config" << endl;
}
Expand Down

0 comments on commit e36b52e

Please sign in to comment.