~ubuntu-branches/ubuntu/trusty/glusterfs/trusty

« back to all changes in this revision

Viewing changes to libglusterfs/src/logging.h

  • Committer: Bazaar Package Importer
  • Author(s): Patrick Matthäi
  • Date: 2010-02-09 18:53:10 UTC
  • mfrom: (1.2.4 upstream) (4.1.5 sid)
  • Revision ID: james.westby@ubuntu.com-20100209185310-ww8p82lsbosorg2u
* New upstream release.
* Uploading to unstable.
* Bump Standards-Version to 3.8.4 (no changes needed).

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
#include <stdint.h>
30
30
#include <stdio.h>  
 
31
#include <stdarg.h>
31
32
 
32
33
#define GF_PRI_FSBLK       PRId64
33
34
#define GF_PRI_BLKSIZE     "ld"
107
108
_gf_log (const char *domain, const char *file, const char *function,
108
109
         int32_t line, gf_loglevel_t level, const char *fmt, ...);
109
110
 
 
111
int
 
112
gf_log_from_client (const char *msg, char *identifier);
 
113
 
110
114
void gf_log_lock (void);
111
115
void gf_log_unlock (void);
112
116