Skip to content

Commit

Permalink
working proof of concept
Browse files Browse the repository at this point in the history
  • Loading branch information
kodebach committed Nov 8, 2021
1 parent 68d08a2 commit 4c87271
Show file tree
Hide file tree
Showing 9 changed files with 487 additions and 214 deletions.
2 changes: 1 addition & 1 deletion src/include/kdbprivate.h
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ KeySet * backendsForParentKey (KeySet * backends, Key * parentKey);
bool backendsDivide (KeySet * backends, KeySet * ks);
void backendsMerge (KeySet * backends, KeySet * ks);

KeySet * elektraMountpointsParse (KeySet * elektraKs, KeySet * modules, Key * errorKey);
KeySet * elektraMountpointsParse (KeySet * elektraKs, KeySet * modules, KeySet * global, Key * errorKey);

/*Backend handling*/
Plugin * backendOpen (KeySet * elektra_config, KeySet * modules, KeySet * global, Key * errorKey);
Expand Down
Loading

0 comments on commit 4c87271

Please sign in to comment.