Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Cosmetics on bar for doc
[simgrid.git] / src / gras / Virtu / sg_dns.c
index 1d67ee4..cf15311 100644 (file)
@@ -1,8 +1,7 @@
-/* $Id$ */
-
 /* sg_dns - name resolution (simulator)                                     */
 
-/* Copyright (c) 2005 Martin Quinson. All rights reserved.                  */
+/* Copyright (c) 2005, 2007, 2009, 2010. The SimGrid Team.
+ * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -10,6 +9,7 @@
 
 #include "gras/Virtu/virtu_sg.h"
 
-const char *gras_os_myname(void) {
-   return MSG_host_get_name(MSG_host_self());
+const char *gras_os_myname(void)
+{
+  return SIMIX_host_self_get_name();
 }