strongswan.org
Wiki/Project Management
Downloads
Gitweb
projects
/
strongswan.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Add chunk map
[strongswan.git]
/
src
/
charon-tkm
/
src
/
tkm
/
tkm.h
diff --git
a/src/charon-tkm/src/tkm/tkm.h
b/src/charon-tkm/src/tkm/tkm.h
index
6bb8331
..
9d559d9
100644
(file)
--- a/
src/charon-tkm/src/tkm/tkm.h
+++ b/
src/charon-tkm/src/tkm/tkm.h
@@
-18,6
+18,7
@@
#define TKM_H_
#include "tkm_id_manager.h"
+#include "tkm_chunk_map.h"
typedef struct tkm_t tkm_t;
@@
-31,6
+32,11
@@
struct tkm_t {
*/
tkm_id_manager_t *idmgr;
+ /**
+ * Chunk-to-ID mappings.
+ */
+ tkm_chunk_map_t *chunk_map;
+
};
/**