diff options
Diffstat (limited to 'libglusterfs/src/graph.c')
| -rw-r--r-- | libglusterfs/src/graph.c | 2 | 
1 files changed, 2 insertions, 0 deletions
diff --git a/libglusterfs/src/graph.c b/libglusterfs/src/graph.c index 5538df04d6d..990e96e2fd8 100644 --- a/libglusterfs/src/graph.c +++ b/libglusterfs/src/graph.c @@ -475,6 +475,8 @@ glusterfs_graph_prepare (glusterfs_graph_t *graph, glusterfs_ctx_t *ctx)          fill_uuid (graph->graph_uuid, 128); +        graph->id = ctx->graph_id++; +          /* XXX: --xlator-option additions */          gf_add_cmdline_options (graph, &ctx->cmd_args);  | 
