diff options
| author | liuxueli <[email protected]> | 2024-11-27 10:27:34 +0000 |
|---|---|---|
| committer | liuxueli <[email protected]> | 2024-11-27 10:27:34 +0000 |
| commit | ad02793073353103ccccf3fab1afdd6cc30946d5 (patch) | |
| tree | b7d8bf1fad5567ccf830daa8ba6c64927b738a85 /exporter | |
| parent | 38307ed232012dcbd44bd95167b8f37c7186d1fb (diff) | |
scanner and security enforcer rebase developdev-scanner
Diffstat (limited to 'exporter')
| -rw-r--r-- | exporter/session_exporter.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/exporter/session_exporter.c b/exporter/session_exporter.c index f65e245..4ae4d7d 100644 --- a/exporter/session_exporter.c +++ b/exporter/session_exporter.c @@ -14,7 +14,7 @@ struct transaction_unique_key struct exporter_transaction { - struct kv *context; + struct utable_kv *context; long long unique_index; struct transaction_unique_key key; UT_hash_handle hh; @@ -22,7 +22,7 @@ struct exporter_transaction struct exporter_context { - struct kv *default_cotext; + struct utable_kv *default_cotext; long long transaction_offset; struct exporter_transaction *transactions; }; @@ -102,7 +102,7 @@ struct exporter_context *exporter_aquire_transaction_context(struct exporter *ex HASH_ADD(hh, context->transactions, key, sizeof(struct transaction_unique_key), transaction); } -void exporter_context_add_kv(struct exporter_context *ctx, struct kv *kv) +void exporter_context_add_kv(struct exporter_context *ctx, struct utable_kv *kv) { } |
