変数 | |
| messaging_callback * | prev |
| messaging_callback * | next |
| uint32 | msg_type |
| void(* | fn )(struct messaging_context *msg, void *private_data, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data) |
| void * | private_data |
messages.c の 724 行で定義されています。
| struct messaging_callback* prev |
messages.c の 725 行で定義されています。
| struct messaging_callback * next |
messages.c の 725 行で定義されています。
参照元 messaging_callback()・messaging_context_destructor()・messaging_deregister().
| uint32 msg_type |
| void(* fn)(struct messaging_context *msg, void *private_data, uint32_t msg_type, struct server_id server_id, DATA_BLOB *data) |
| void* private_data |
1.4.7