summaryrefslogtreecommitdiffstats
path: root/src/common/captureFile.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/captureFile.h')
-rwxr-xr-xsrc/common/captureFile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/common/captureFile.h b/src/common/captureFile.h
index 32b98272..fefa62bd 100755
--- a/src/common/captureFile.h
+++ b/src/common/captureFile.h
@@ -183,6 +183,9 @@ public:
* open file for reading.
*/
virtual bool Create(char * name, int loops = 0) = 0;
+
+ virtual capture_type_e get_type() = 0;
+
protected:
int m_loops;
uint64_t m_file_size;