Updated zts_start* API naming convention
This commit is contained in:
@@ -44,7 +44,7 @@ int main(int argc , char *argv[])
|
||||
|
||||
// initialize library
|
||||
printf("Starting libzt...\n");
|
||||
zts_simple_start(argv[1], argv[2]);
|
||||
zts_startjoin(argv[1], argv[2]);
|
||||
char device_id[11];
|
||||
zts_get_device_id(device_id);
|
||||
fprintf(stderr, "Complete. I am %s\n", device_id);
|
||||
|
||||
Reference in New Issue
Block a user