diff options
author | slioch <slioch@eng-140.vyatta.com> | 2009-02-24 13:08:52 -0800 |
---|---|---|
committer | slioch <slioch@eng-140.vyatta.com> | 2009-02-24 13:08:52 -0800 |
commit | 91a4c9f9093a5ef5d0baf792dd94a3f4e15d4488 (patch) | |
tree | a25f47f1ccd5391e8e343a1135429365f0f6b726 /src/common/common.h | |
parent | b7098025c671a543f37cc3156194bdef8a0ad5c6 (diff) | |
download | vyatta-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.h | 2 |
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); /** * |