diff --git a/include/asterisk/file.h b/include/asterisk/file.h index 24796076dd..a93b58915c 100644 --- a/include/asterisk/file.h +++ b/include/asterisk/file.h @@ -133,11 +133,11 @@ struct ast_filestream { int lastwriteformat; int lasttimeout; struct ast_channel *owner; - const char *orig_chan_name; FILE *f; struct ast_frame fr; /*!< frame produced by read, typically */ char *buf; /*!< buffer pointed to by ast_frame; */ void *private; /*!< pointer to private buffer */ + const char *orig_chan_name; }; #define SEEK_FORCECUR 10