state-server: Initial implementation of /info/ RPC calls
Nothing is published yet, but data is successfully passed to the state server
+ usages of scheduler replaced with executor
Change-Id: I9da9182edc4efe8e896e2452ef4f9f0d98a03da1
diff --git a/src/db-helper.h b/src/db-helper.h
index c15621c..0bc1a56 100644
--- a/src/db-helper.h
+++ b/src/db-helper.h
@@ -48,6 +48,9 @@
static void
is_prefix_xFun (sqlite3_context *context, int argc, sqlite3_value **argv);
+ static void
+ directory_name_xFun (sqlite3_context *context, int argc, sqlite3_value **argv);
+
protected:
sqlite3 *m_db;
};