RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   21-Sep-2014 08:50:37
  Branch: rpm-5_4                          Handle: 2014092106503700

  Modified files:           (Branch: rpm-5_4)
    rpm/rpmio               poptIO.c

  Log:
    - rpmsav: add --davcbdebug and --davhookdebug.

  Summary:
    Revision    Changes     Path
    1.94.2.14   +6  -0      rpm/rpmio/poptIO.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/poptIO.c
  ============================================================================
  $ cvs diff -u -r1.94.2.13 -r1.94.2.14 poptIO.c
  --- rpm/rpmio/poptIO.c        11 Sep 2014 18:18:32 -0000      1.94.2.13
  +++ rpm/rpmio/poptIO.c        21 Sep 2014 06:50:37 -0000      1.94.2.14
  @@ -87,7 +87,9 @@
   /*@unchecked@*/
   extern int _ctx_debug;
   /*@unchecked@*/
  +extern int _dav_cb_debug;
   extern int _dav_debug;
  +extern int _dav_hook_debug;
   /*@unchecked@*/
   extern int _ftp_debug;
   /*@unchecked@*/
  @@ -628,6 +630,10 @@
        N_("Debug digest contexts"), NULL},
    { "davdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_dav_debug, -1,
        N_("Debug WebDAV data stream"), NULL},
  + { "davcbdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_dav_cb_debug, 
-1,
  +     N_("Debug NEON callbacks"), NULL},
  + { "davhookdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, 
&_dav_hook_debug, -1,
  +     N_("Debug NEON hooks"), NULL},
    { "ftpdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_ftp_debug, -1,
        N_("Debug FTP/HTTP data stream"), NULL},
    { "ftsdebug", '\0', POPT_ARG_VAL|POPT_ARGFLAG_DOC_HIDDEN, &_fts_debug, -1,
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to