Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
start to split msg/tracing
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 25 Mar 2016 12:47:09 +0000 (13:47 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Fri, 25 Mar 2016 12:47:09 +0000 (13:47 +0100)
commit1bc7aeab041e3ce07b22351094fa1f1700cfde72
tree25ecd3d5190888f6cb8d401d602f59de385fd94b
parentec40265fd12aabf117e6c0c3f77347bc351cff76
start to split msg/tracing
.gitignore
examples/msg/CMakeLists.txt
examples/msg/trace-categories/trace-categories.c [moved from examples/msg/tracing/categories.c with 100% similarity]
examples/msg/trace-categories/trace-categories.tesh [moved from examples/msg/tracing/categories.tesh with 62% similarity]
examples/msg/trace-platform/trace-platform.c [moved from examples/msg/tracing/trace_platform.c with 100% similarity]
examples/msg/trace-platform/trace-platform.tesh [moved from examples/msg/tracing/trace_platform.tesh with 99% similarity]
examples/msg/trace-simple/trace-simple.c [moved from examples/msg/tracing/simple.c with 100% similarity]
examples/msg/trace-simple/trace-simple.tesh [new file with mode: 0644]
examples/msg/tracing/CMakeLists.txt