Diff
Not logged in

Differences From Artifact [1b560149a4]:

To Artifact [c4e5b1b1d0]:


322
323
324
325
326
327
328

329
330
331
332
333
334
335
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336







+







      cson_value *v;
      cson_object *o;
    } reqPayload;              /* request payload object (if any) */
    cson_array *warnings;      /* response warnings */
    int timerId;               /* fetched from fossil_timer_start() */
  } json;
#endif /* FOSSIL_ENABLE_JSON */
  int ftntsIssues[3];     /* Counts for misref, strayed, joined */
  int diffCnt[3];         /* Counts for DIFF_NUMSTAT: files, ins, del */
};

/*
** Macro for debugging:
*/
#define CGIDEBUG(X)  if( g.fDebug ) cgi_debug X