Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
a79060e73e2077732c0dd098e60e2f77e7a90713
[simgrid.git] / src / surf / VmHostExt.cpp
1 /* Copyright (c) 2013-2016. The SimGrid Team. All rights reserved.          */
2
3 /* This program is free software; you can redistribute it and/or modify it
4  * under the terms of the license (GNU LGPL) which comes with this package. */
5
6 #include "src/surf/VmHostExt.hpp"
7
8 XBT_LOG_EXTERNAL_CATEGORY(surf_vm);
9 XBT_LOG_DEFAULT_CATEGORY(surf_vm);
10
11 namespace simgrid {
12 namespace vm {
13 VmHostExt::~VmHostExt()
14 {
15 }
16 }
17 }