From aaf5d082cb6efeb63f1a37aece123cbe5978e6e0 Mon Sep 17 00:00:00 2001 From: Jim Jagielski Date: Thu, 13 Jan 2011 15:59:16 +0000 Subject: [PATCH] Just a note regarding these bitfields git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1058628 13f79535-47bb-0310-9956-ffa450edef68 --- include/ap_slotmem.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/ap_slotmem.h b/include/ap_slotmem.h index 4d24c01009..75ba8264b4 100644 --- a/include/ap_slotmem.h +++ b/include/ap_slotmem.h @@ -54,6 +54,8 @@ extern "C" { typedef unsigned int ap_slotmem_type_t; /* + * Values for ap_slotmem_type_t:: + * * AP_SLOTMEM_TYPE_PERSIST: For transitory providers, persist * the data on the file-system * -- 2.50.1