Skip to content
Snippets Groups Projects
Commit a8db8aed authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Added descriptions to constants

parent 79c81e36
No related branches found
No related tags found
No related merge requests found
......@@ -31,6 +31,9 @@ our (@ISA,@EXPORT,@EXPORT_OK);
);
# SHAPER_NOTLIVE - Nothing is going on yet, something should happen
# SHAPER_PENDING - Waiting on shaper to do a change
# SHAPER_LIVE - Shaper is up to date with our config
use constant {
SHAPER_NOTLIVE => 0,
SHAPER_PENDING => 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment