Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cf15311a87ad30135cc8f651684e468cd4550b56
[simgrid.git] / src / gras / Virtu / sg_dns.c
1 /* sg_dns - name resolution (simulator)                                     */
2
3 /* Copyright (c) 2005, 2007, 2009, 2010. The SimGrid Team.
4  * All rights reserved.                                                     */
5
6 /* This program is free software; you can redistribute it and/or modify it
7  * under the terms of the license (GNU LGPL) which comes with this package. */
8
9
10 #include "gras/Virtu/virtu_sg.h"
11
12 const char *gras_os_myname(void)
13 {
14   return SIMIX_host_self_get_name();
15 }