Commit 790ebc5a authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Comment polishing

parent b46b2567
......@@ -26,7 +26,7 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
* Handle backend connections and backend request structures.
* The director implementation for VCL backends.
*
*/
......@@ -43,12 +43,6 @@
#include "cache_director.h"
#include "vrt.h"
/*--------------------------------------------------------------------
* The "simple" director really isn't, since thats where all the actual
* connections happen. Nonetheless, pretend it is simple by sequestering
* the directoricity of it under this line.
*/
struct vbe_dir {
unsigned magic;
#define VDI_SIMPLE_MAGIC 0x476d25b7
......
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