Make the SSB network key configurable by command-line argument.
This commit is contained in:
@ -85,7 +85,7 @@ typedef struct _tf_ssb_store_queue_t
|
||||
bool running;
|
||||
} tf_ssb_store_queue_t;
|
||||
|
||||
tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path);
|
||||
tf_ssb_t* tf_ssb_create(uv_loop_t* loop, JSContext* context, const char* db_path, const char* network_key);
|
||||
void tf_ssb_destroy(tf_ssb_t* ssb);
|
||||
|
||||
void tf_ssb_start_periodic(tf_ssb_t* ssb);
|
||||
|
Reference in New Issue
Block a user