Skip to content
Snippets Groups Projects
Unverified Commit fc5e989a authored by Marcin Ślusarz's avatar Marcin Ślusarz Committed by GitHub
Browse files

Merge pull request #4581 from igchor/fix_doc_stage

doc: fix return type of pmemobj_tx_stage()
parents 54d7bd61 1639b8b4
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@ date: pmemobj API version 2.3
```c
#include <libpmemobj.h>
enum tx_stage pmemobj_tx_stage(void);
enum pobj_tx_stage pmemobj_tx_stage(void);
int pmemobj_tx_begin(PMEMobjpool *pop, jmp_buf *env, enum pobj_tx_param, ...);
int pmemobj_tx_lock(enum tx_lock lock_type, void *lockp);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment