HomeClusterLabs Projects

Refactor: fencing: make structure member name for device count clearer

This commit no longer exists in the repository. It may have been part of a branch which was deleted.

Description

Refactor: fencing: make structure member name for device count clearer

This renames the "devices" member to "ndevices" in st_query_result_t.
It's a little easier to read since "devices" is often used in other contexts as
a list or such, but the main reason is because it allows the current
"device_list" member be renamed to "devices" if its implementation changes
as planned for remapping reboot to off+on.

Details

Provenance
kgaillotAuthored on Jun 23 2015, 5:13 PM

Event Timeline

Commit No Longer Exists

This commit no longer exists in the repository.