add link tag

This commit is contained in:
tqchen
2016-02-28 09:44:11 -08:00
parent 26c87ec6e7
commit c7d53aecc3
2 changed files with 15 additions and 0 deletions

View File

@@ -257,3 +257,7 @@ void RabitCheckPoint(const char *global_model,
int RabitVersionNumber() {
return rabit::VersionNumber();
}
int RabitLinkTag() {
return 0;
}