rename session_get0_current_packet() to session_get_current_packet()

This commit is contained in:
luwenpeng
2024-11-01 15:36:18 +08:00
parent c05d3fe2d5
commit da9e15264d
20 changed files with 52 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ void *session_exdata_get(struct session *sess, int idx)
return NULL;
}
const struct packet *session_get0_current_packet(const struct session *sess)
const struct packet *session_get_current_packet(const struct session *sess)
{
UNUSED(sess);

View File

@@ -34,7 +34,7 @@ enum flow_type session_get_flow_type(const struct session *sess)
return direction;
}
const struct packet *session_get0_current_packet(const struct session *sess)
const struct packet *session_get_current_packet(const struct session *sess)
{
UNUSED(sess);

View File

@@ -10,7 +10,7 @@ void stellar_session_plugin_dettach_current_session(struct session *sess)
UNUSED(sess);
}
const struct packet *session_get0_current_packet(const struct session *sess)
const struct packet *session_get_current_packet(const struct session *sess)
{
UNUSED(sess);