|
Data Structures |
struct | sos_pending_notif_t |
Typedefs |
typedef sos_pending_notif_t | sos_pending_notif_t |
Functions |
| sos_pending_notif_create (sul_key_t node_id, sul_key_t vital_id, sul_key_t history_id, const char *type, apr_int32_t interval, apr_pool_t *pool) |
| sos_pending_notif_get_all (apr_array_header_t **array, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_save (sos_pending_notif_t *notif, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_delete_all (sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_delete_others (sos_pending_notif_t *notif, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_delete (sos_pending_notif_t *notif, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_check (sos_pending_notif_t *notif, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_are_fresher (apr_int32_t *fresher, sul_key_t target_id, apr_array_header_t *arr, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_get_for_nodes (apr_array_header_t **notifs, apr_array_header_t *arr, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_delete_for_nodes (apr_array_header_t *arr, sos_fs_txn_t *txn, apr_pool_t *pool) |
| sos_pending_notif_vital_is_fresher (sos_pending_notif_t *notif, sos_vital_t *vital, apr_int32_t *fresher, sos_fs_txn_t *txn, apr_pool_t *pool) |