Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/moses-smt/vowpal_wabbit.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'allreduce.h')
-rw-r--r--allreduce.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/allreduce.h b/allreduce.h
index 3e9c1100..1278c268 100644
--- a/allreduce.h
+++ b/allreduce.h
@@ -22,6 +22,6 @@ using namespace std;
const int buf_size = 1<<18;
-void all_reduce(char* buffer, int n, string master_location);
+void all_reduce(char* buffer, int n, string master_location, size_t unique_id);
#endif