summaryrefslogtreecommitdiff
path: root/src/common/common.h
diff options
context:
space:
mode:
authorslioch <slioch@eng-140.vyatta.com>2009-02-24 13:08:52 -0800
committerslioch <slioch@eng-140.vyatta.com>2009-02-24 13:08:52 -0800
commit91a4c9f9093a5ef5d0baf792dd94a3f4e15d4488 (patch)
treea25f47f1ccd5391e8e343a1135429365f0f6b726 /src/common/common.h
parentb7098025c671a543f37cc3156194bdef8a0ad5c6 (diff)
downloadvyatta-cfg-91a4c9f9093a5ef5d0baf792dd94a3f4e15d4488.tar.gz
vyatta-cfg-91a4c9f9093a5ef5d0baf792dd94a3f4e15d4488.zip
replace unionfs synchronization code with piecewise copy. this should fix most of the problems related to nested priorities (but not all). also moved node profiling output from debug file
to stdout (when enabled by the -c flag).
Diffstat (limited to 'src/common/common.h')
-rw-r--r--src/common/common.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/common.h b/src/common/common.h
index c9cacc8..e3b7bdc 100644
--- a/src/common/common.h
+++ b/src/common/common.h
@@ -42,7 +42,7 @@ common_set_parent_context(char *cpath, char *dpath);
*
**/
void
-common_commit_copy_to_live_config(char *path, boolean test_mode);
+common_commit_copy_to_live_config(GNode *root_node, boolean test_mode);
/**
*