aboutsummaryrefslogtreecommitdiff
path: root/src/vmod-binlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/vmod-binlog.h')
-rw-r--r--src/vmod-binlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vmod-binlog.h b/src/vmod-binlog.h
index e39ccea..d67f1cd 100644
--- a/src/vmod-binlog.h
+++ b/src/vmod-binlog.h
@@ -67,7 +67,7 @@ struct binlog_file_header {
size_t hdrsize;
size_t recsize;
size_t recnum;
-/* char dataspec[X];*/
+/* char format[X];*/
};
#define binlog_size(hdr) ((hdr)->hdrsize + (hdr)->recnum * (hdr)->recsize)

Return to:

Send suggestions and report system problems to the System administrator.