fe00636 openvz: Use virStringSplitCount instead of strtok_r

Authored and Committed by John Ferlan 8 years ago
    openvz: Use virStringSplitCount instead of strtok_r
    
    When parsing the barrier:limit values, use virStringSplitCount in order
    to split the pair and make the approriate checks to get the data.
    
    Signed-off-by: John Ferlan <jferlan@redhat.com>
    
        
file modified
+11 -21