Commit fcc271eb authored by Alejandro Sanchez's avatar Alejandro Sanchez Committed by Danny Auble
Browse files

Create new src/common/state_control.[ch] to define state control functions.

Different clients provide similar functionality such as scontrol and sview.
These new files are intended to hold common functions that can be used by
these clients. This will help to avoid behavior divergence across them and
stop duplicating code.

src/common/Makefile.am libcommon_la_SOURCES have been modified accordingly,
and a following autogen.sh execution should be committed right after to
reflect the changes in the generated src/common/Makefile.in file.

Bug 2329
parent ca77cb65
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment