diff options
| -rw-r--r-- | include/stellar/stellar.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h index 5907dfd..491eab3 100644 --- a/include/stellar/stellar.h +++ b/include/stellar/stellar.h @@ -3,6 +3,9 @@ struct session; struct stellar; +int stellar_get_worker_thread_num(struct stellar *st); +int stellar_get_current_thread_id(struct stellar *st); + //return plugin_env typedef void *plugin_on_load_func(struct stellar *st); typedef void plugin_on_unload_func(void *plugin_env); |
