Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them...
authormquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Oct 2007 07:41:42 +0000 (07:41 +0000)
committermquinson <mquinson@48e7efb5-ca39-0410-a469-dd3cf9ba447f>
Thu, 11 Oct 2007 07:41:42 +0000 (07:41 +0000)
commit46784b142aab6e4849a92709f781a09e0a567260
treef4cc684d33cf233a8d697a59f96dc09da49ee0d1
parentb36e8791797d299ccf61a294e7eb6dd39ecac7dc
Move string buffers from 'private to tesh' to 'public in xbt' (I'm gonna use them in logs for messages too long to fit into the statically sized string buffer)

git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@4807 48e7efb5-ca39-0410-a469-dd3cf9ba447f
13 files changed:
include/Makefile.am
include/Makefile.in
include/xbt/strbuff.h [new file with mode: 0644]
src/Makefile.am
src/Makefile.in
src/xbt/xbt_strbuff.c [moved from tools/tesh/buff.c with 67% similarity]
tools/tesh/Makefile.am
tools/tesh/Makefile.in
tools/tesh/buff.h [deleted file]
tools/tesh/run_context.c
tools/tesh/run_context.h
tools/tesh/tesh.c
tools/tesh/tesh.h