summaryrefslogtreecommitdiff
path: root/sbin/photurisd/log.h
diff options
context:
space:
mode:
authorNiels Provos <provos@cvs.openbsd.org>2000-12-14 23:29:00 +0000
committerNiels Provos <provos@cvs.openbsd.org>2000-12-14 23:29:00 +0000
commit126dface48f6f55826ca957bbe6e4b53a7ba777b (patch)
treebdefc4e9d586eb3606fa30c641c1d89429156f0d /sbin/photurisd/log.h
parente2d4571aa1ea2a92a2214c0477f67df08e4d7ad4 (diff)
queue pfkey acquire and expire messages if we are currently waiting for
another pfkey transaction to return. some cleanup.
Diffstat (limited to 'sbin/photurisd/log.h')
-rw-r--r--sbin/photurisd/log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sbin/photurisd/log.h b/sbin/photurisd/log.h
index 2b395cad014..43d5379ded9 100644
--- a/sbin/photurisd/log.h
+++ b/sbin/photurisd/log.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: log.h,v 1.1 2000/12/11 21:21:18 provos Exp $ */
+/* $OpenBSD: log.h,v 1.2 2000/12/14 23:28:58 provos Exp $ */
/* $EOM: log.h,v 1.19 2000/03/30 14:27:23 ho Exp $ */
/*
@@ -47,11 +47,11 @@
#define LOG_SIZE 200
enum log_classes {
- LOG_MISC, LOG_TRANSPORT, LOG_CRYPTO, LOG_TIMER, LOG_SA, LOG_KERNEL,
+ LOG_MISC, LOG_TRANSPORT, LOG_CRYPTO, LOG_TIMER, LOG_SPI, LOG_KERNEL,
LOG_ENDCLASS
};
#define LOG_CLASSES_TEXT \
- { "Misc", "Trpt", "Cryp", "Timr", "SA ", "Kern" }
+ { "Misc", "Trpt", "Cryp", "Timr", "SPI ", "Kern" }
/*
* "Class" LOG_REPORT will always be logged to the current log channel,