Merge branch 'release-2016'
[alexxy/gromacs.git] / src / gromacs / fileio / oenv.h
index 51c7b23b3a0d33509516d180e429108521089c87..57188976064d3594526d5f3d21d97385918459d4 100644 (file)
@@ -46,8 +46,9 @@ struct gmx_output_env_t;
 
 /* output_env member functions */
 
-/* The output_env structure holds information about program name, cmd line,
-   default times, etc.
+/* The output_env structure holds information about program name, cmd
+   line, default times, etc. along with verbosity levels for code
+   components that use this structure for regulating output.
 
    There are still legacy functions for the program name, and the command
    line, but the output_env versions are now preferred.*/
@@ -75,6 +76,9 @@ void output_env_done(gmx_output_env_t *oenv);
 int output_env_get_verbosity(const gmx_output_env_t *oenv);
 /* return the verbosity */
 
+int output_env_get_trajectory_io_verbosity(const gmx_output_env_t *oenv);
+/* return the verbosity for trajectory IO handling */
+
 std::string output_env_get_time_unit(const gmx_output_env_t *oenv);
 /* return time unit (e.g. ps or ns) */