aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/printf_hook.h
diff options
context:
space:
mode:
authorMartin Willi <martin@strongswan.org>2007-04-11 13:01:08 +0000
committerMartin Willi <martin@strongswan.org>2007-04-11 13:01:08 +0000
commit5f088665ada8aaa333a02ed610eb49c60605e82b (patch)
treea342758339c669d221b32a36ea73087194a64caf /src/libstrongswan/printf_hook.h
parent3c662c30ee1509de0fd30c234d8e00c21a0f5f38 (diff)
downloadstrongswan-5f088665ada8aaa333a02ed610eb49c60605e82b.tar.bz2
strongswan-5f088665ada8aaa333a02ed610eb49c60605e82b.tar.xz
removed IKE_SA_ID (%J) printf hook, two more to go
Diffstat (limited to 'src/libstrongswan/printf_hook.h')
-rw-r--r--src/libstrongswan/printf_hook.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/libstrongswan/printf_hook.h b/src/libstrongswan/printf_hook.h
index 43b5dd5f0..5994d60f2 100644
--- a/src/libstrongswan/printf_hook.h
+++ b/src/libstrongswan/printf_hook.h
@@ -38,20 +38,18 @@
#define PRINTF_IDENTIFICATION 'D'
/** 1 argumnet: host_t *host; use #-modifier to include port number */
#define PRINTF_HOST 'H'
-/** 1 argument: ike_sa_id_t *id */
-#define PRINTF_IKE_SA_ID 'J'
/** 1 argument: ike_sa_t *ike_sa */
#define PRINTF_ENUM 'N'
/** 1 argument: child_sa_t *child_sa */
#define PRINTF_TRAFFIC_SELECTOR 'R'
/** 1 argument: time_t *time; with #-modifier 2 arguments: time_t *time, bool utc */
#define PRINTF_TIME 'T'
+/** 2 arguments: time_t *begin, time_t *end */
+#define PRINTF_TIME_DELTA 'V'
/** 1 argument: x509_t *cert; with #-modifier 2 arguments: x509_t *cert, bool utc */
#define PRINTF_X509 'Q'
/** 1 argument: crl_t *crl; with #-modifier 2 arguments: crl_t *crl, bool utc */
#define PRINTF_CRL 'U'
-/** 2 arguments: time_t *begin, time_t *end */
-#define PRINTF_TIME_DELTA 'V'
/** 1 argument: ca_info_t *ca_info; with #-modifier 2 arguments: ca_info_t *ca_info, bool utc */
#define PRINTF_CAINFO 'W'
/** 1 argument: certinfo_t *certinfo; with #-modifier 2 arguments: certinfo_t *certinfo, bool utc */