Searched refs:replNodeId (Results 1 – 1 of 1) sorted by relevance
/dports/databases/fastdb/fastdb/examples/ |
H A D | testconc.cpp | 80 int replNodeId = atoi(argv[2]); local 81 sprintf(dbName, "testconc%d", replNodeId); 90 if (db.open(dbName, fileName, replNodeId, servers, itemsof(servers))) { 140 … if (db.open(WC_STRING(dbName), WC_STRING(fileName), replNodeId, servers, itemsof(servers))) {
|