diff options
Diffstat (limited to 'src/stellar_on_sapp/stellar_on_sapp.h')
| -rw-r--r-- | src/stellar_on_sapp/stellar_on_sapp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/stellar_on_sapp/stellar_on_sapp.h b/src/stellar_on_sapp/stellar_on_sapp.h index f4f8159..d22ecd3 100644 --- a/src/stellar_on_sapp/stellar_on_sapp.h +++ b/src/stellar_on_sapp/stellar_on_sapp.h @@ -15,7 +15,8 @@ unsigned char session_state_update_on_sapp(struct streaminfo *stream, unsigned c void session_defer_on_sapp(struct session *sess); -void packet_update_on_sapp(struct stellar *st, struct streaminfo *pstream, void *a_packet, enum packet_type type); +struct packet *stellar_get0_current_thread_packet(struct stellar *st); +void packet_update_on_sapp(struct stellar *st, struct streaminfo *pstream, struct packet *pkt, void *iphdr, enum packet_type type); //return polling work state, 0: idle, 1: working int polling_on_sapp(struct stellar *st);
\ No newline at end of file |
