diff options
| author | yangwei <[email protected]> | 2023-08-23 12:24:22 +0800 |
|---|---|---|
| committer | yangwei <[email protected]> | 2023-08-23 12:25:28 +0800 |
| commit | 05b210cb84ed23815ae3526a1dc42f75595ac5e9 (patch) | |
| tree | f7bb98655d5034a0eeb4dc3b4dbf264c57dcc34a /include | |
| parent | f85c57d2002f11fac34cfbaff3af0058c0e7757f (diff) | |
✨ feat(dlopen load stellar plugin spec):
Diffstat (limited to 'include')
| -rw-r--r-- | include/stellar/stellar.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/include/stellar/stellar.h b/include/stellar/stellar.h index f7cd441..9751d93 100644 --- a/include/stellar/stellar.h +++ b/include/stellar/stellar.h @@ -14,11 +14,3 @@ typedef int stellar_periodic_cb_func(struct stellar *st, void *cb_arg); int stellar_worker_thread_periodic_add(struct stellar *st, stellar_periodic_cb_func *periodic_cb, void *cb_arg, const struct timeval *interval); -struct plugin_specific -{ - plugin_init_callback *init_cb; - plugin_exit_callback *exit_cb; -}; - -struct stellar *stellar_init(struct plugin_specific specs[] , int specs_num); -void stellar_exit(struct stellar *);
\ No newline at end of file |
