~lttng/lttng-ust/lttng-ust

« back to all changes in this revision

Viewing changes to libustcomm/ustcomm.c

  • Committer: Pierre-Marc Fournier
  • Date: 2009-10-27 22:58:15 UTC
  • mfrom: (232.1.5)
  • Revision ID: git-v1:aa08b4413291fabcbd1b1144377d37034ad361de
Merge branch 'for-pierre-marc' of git://git.infradead.org/users/jblunck/ust

Fixed conflicts:
        include/ust/marker.h

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
#include <execinfo.h>
32
32
 
33
33
#include "ustcomm.h"
34
 
#include "localerr.h"
 
34
#include "usterr.h"
35
35
 
36
36
#define UNIX_PATH_MAX 108
37
37