Skip to content

Commit

Permalink
resolver: added exporting of the commit function to contract
Browse files Browse the repository at this point in the history
Related to issue ElektraInitiative#2918
  • Loading branch information
vLesk authored and vLesk committed Sep 3, 2019
1 parent 54f7718 commit 4c81d2f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/plugins/resolver/contract.h
Expand Up @@ -41,6 +41,9 @@ ksNew (50,
keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME "/exports/set",
KEY_FUNC, ELEKTRA_PLUGIN_FUNCTION(set),
KEY_END),
keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME "/exports/commit",
KEY_FUNC, ELEKTRA_PLUGIN_FUNCTION(commit),
KEY_END),
keyNew ("system/elektra/modules/" ELEKTRA_PLUGIN_NAME "/exports/error",
KEY_FUNC, ELEKTRA_PLUGIN_FUNCTION(error),
KEY_END),
Expand Down

0 comments on commit 4c81d2f

Please sign in to comment.