Implement --log-file-exactly= for when the user wants to specify
*exactly* the log file name.



git-svn-id: svn://svn.valgrind.org/valgrind/trunk@3220 a5019735-40e9-0310-863c-91ae7b9d1cf9
diff --git a/coregrind/core.h b/coregrind/core.h
index 6ef73b3..6a84840 100644
--- a/coregrind/core.h
+++ b/coregrind/core.h
@@ -226,6 +226,7 @@
    enum {
       VgLogTo_Fd,
       VgLogTo_File,
+      VgLogTo_FileExactly,
       VgLogTo_Socket
    } VgLogTo;