Check if the application layer has completed successfully

This commit is contained in:
Martin Willi
2010-08-24 08:45:49 +02:00
parent 1475800080
commit c5142f110e
3 changed files with 62 additions and 16 deletions
+7
View File
@@ -61,6 +61,13 @@ struct tls_fragmentation_t {
status_t (*build)(tls_fragmentation_t *this,
tls_content_type_t *type, chunk_t *data);
/**
* Has the application layer finished (returned SUCCESS)?.
*
* @return TRUE if application layer finished
*/
bool (*application_finished)(tls_fragmentation_t *this);
/**
* Destroy a tls_fragmentation_t.
*/