Adjust nomenclature. Add more C API extension functions

This commit is contained in:
Joseph Henry
2021-04-29 14:03:15 -07:00
parent 9ed0ee68ab
commit 016b0ffc0e
17 changed files with 492 additions and 445 deletions

View File

@@ -100,6 +100,7 @@ int main(int argc, char** argv)
// Close
printf("Closing sockets\n");
zts_close(fd);
return zts_node_stop();
}