662828 Refactor: libpacemaker: Split colocations_list into two functions.

1 file Authored by Chris Lumens 4 years ago, Committed by Packit Service 4 years ago,
    Refactor: libpacemaker: Split colocations_list into two functions.
    
    The point of this is to make it easier to follow along with what these
    functions do by eliminating some of the conditionals.  However, the
    names are confusing and probably can't be made much less confusing.
    
    * rscs_colocated_with_list outputs a list of all the resources that are
      colocated with the given resource argument.
    * rsc_is_colocated_with_list outputs a list of all the resources that
      the given resource argument is colocated with.
    
        
file modified
+121 -69