[RHEL6 LIBREPORT PATCH 1/2] includes: add macro for last occurrence dump dir file - rhbz#961231

Jakub Filak jfilak at redhat.com
Mon May 13 13:03:49 UTC 2013


Pushed. Thanks!

On Monday 13 of May 2013 08:03:45 Jiri Moskovcak wrote:
> From: Jakub Filak <jfilak at redhat.com>
> 
> Related to rhbz#947870
> 
> Signed-off-by: Jakub Filak <jfilak at redhat.com>
> Signed-off-by: Martin Milata <mmilata at redhat.com>
> Signed-off-by: Jiri Moskovcak <jmoskovc at redhat.com>
> ---
>  src/include/internal_libreport.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/src/include/internal_libreport.h
> b/src/include/internal_libreport.h index 31c65b4..72688c4 100644
> --- a/src/include/internal_libreport.h
> +++ b/src/include/internal_libreport.h
> @@ -670,6 +670,7 @@ bool make_dir_recursive(char *dir, mode_t dir_mode);
>  // Filenames in problem directory:
>  // filled by a hook:
>  #define FILENAME_TIME         "time"        /* mandatory */
> +#define FILENAME_LAST_OCCURRENCE  "last_occurrence" /* optional */
>  #define FILENAME_REASON       "reason"      /* mandatory? */
>  #define FILENAME_UID          "uid"         /* mandatory? */
>  /*


More information about the Crash-catcher mailing list