rename session_get0_current_packet() to session_get_current_packet()
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user