]> Pileus Git - ~andy/rsl/blobdiff - wsr88d.h
RSL v1.41
[~andy/rsl] / wsr88d.h
index cc607c79ff01d8782c2a57c90378743dfd307334..ecad6205d44aabc38491fafd7af8770e1dc398e8 100644 (file)
--- a/wsr88d.h
+++ b/wsr88d.h
@@ -139,7 +139,8 @@ typedef struct radar_site {
 } Wsr88d_site_info;
 
 typedef struct {
-  FILE *fptr;
+  FILE *fptr;                  /* this usually points to the gzip pipe */
+  FILE *orig;                  /* save the original file pointer for cleanup */
 } Wsr88d_file;
 
 #define PACKET_SIZE 2432