Minor change to API (renamed get_device_id to get_id). More complete Scala binding

This commit is contained in:
Joseph Henry
2017-10-16 15:12:37 -07:00
parent e8f1a4db73
commit fdd6010456
13 changed files with 288 additions and 76 deletions

View File

@@ -46,7 +46,7 @@ int main(int argc , char *argv[])
printf("Starting libzt...\n");
zts_startjoin(argv[1], argv[2]);
char device_id[11];
zts_get_device_id(device_id);
zts_get_id(device_id);
fprintf(stderr, "Complete. I am %s\n", device_id);
// create socket