~percona-dev/percona-xtradb-cluster/galera-2.x

« back to all changes in this revision

Viewing changes to gcs/src/unit_tests/gcs_memb_test.c

  • Committer: Alex Yurchenko
  • Date: 2011-08-31 13:30:55 UTC
  • Revision ID: ayurchen@void-20110831133055-6t4oc4zjfvq07e8t
Synced with SVN branch 1.x r2335

Show diffs side-by-side

added added

removed removed

Lines of Context:
397
397
 
398
398
        sprintf(name_str, "node%d", i);
399
399
        sprintf(addr_str, "addr%d", i);
400
 
        gcs_group_init (&nodes[i].group, name_str, addr_str, 0, 0, 0);
 
400
        gcs_group_init (&nodes[i].group, NULL, name_str, addr_str, 0, 0, 0);
401
401
    }
402
402
 
403
403
    gcs_node_state_t node_state;