diff options
Diffstat (limited to 'exporter/session_exporter.c')
| -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) { } |
