scripts/priority.pl  |   32 ++++++++++++++-
 src/cli_def.l        |    2 
 src/cli_parse.y      |    9 +---
 src/cli_val.h        |    1 
 src/commit2.c        |  108 ++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/common/defs.h    |    1 
 src/common/unionfs.c |   13 +++++-
 7 files changed, 154 insertions(+), 12 deletions(-)

New commits:
commit b72ddf64bc5d89487ffe9672f0ba89c5b90ac2e5
Author: Michael Larson <[email protected]>
Date:   Thu Apr 22 13:34:17 2010 -0700

    support for PARENT reference in priority statements. Example:
    
    priority: PARENT
    
    Means that this priority group will adopt the priority value of the parent. 
And the behavior on deletion of this priority root node will be deleted before 
the parent. On
    all other operations this node will be scheduled after the parent.
    
    This should fix problems in scheduling creation/deletion orders for 
priority groups so long as they are located within the same hierarchy.
    
    priority.pl has been updated as well.

http://suva.vyatta.com/git/?p=vyatta-cfg.git;a=commitdiff;h=b72ddf64bc5d89487ffe9672f0ba89c5b90ac2e5
_______________________________________________
svn mailing list
[email protected]
http://mailman.vyatta.com/mailman/listinfo/svn

Reply via email to