Commit 66db6c89 authored by Dridi Boukelmoune's avatar Dridi Boukelmoune

Don't contradict the manager

Refs 606d4856
parent e7efee0f
...@@ -53,7 +53,7 @@ static const char * const VCL_TEMP_LABEL = "label"; ...@@ -53,7 +53,7 @@ static const char * const VCL_TEMP_LABEL = "label";
/* /*
* NB: The COOLING temperature is neither COLD nor WARM. * NB: The COOLING temperature is neither COLD nor WARM.
* And LABEL is not a temperature, it's a state. * And LABEL is not a temperature, it's a different kind of VCL.
*/ */
#define VCL_WARM(v) ((v)->temp == VCL_TEMP_WARM || (v)->temp == VCL_TEMP_BUSY) #define VCL_WARM(v) ((v)->temp == VCL_TEMP_WARM || (v)->temp == VCL_TEMP_BUSY)
#define VCL_COLD(v) ((v)->temp == VCL_TEMP_INIT || (v)->temp == VCL_TEMP_COLD) #define VCL_COLD(v) ((v)->temp == VCL_TEMP_INIT || (v)->temp == VCL_TEMP_COLD)
......
Markdown is supported
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