]> AND Public Git Repository - simgrid.git/blobdiff - include/xbt/peer.h
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a stupid function to display the content of a dict (as long as it's a string)
[simgrid.git] / include / xbt / peer.h
index 5f5679988329681c0646a9435454143b1808972b..b9b84253baf3562d1e3df1c3f98b5f67f45f06be 100644 (file)
@@ -21,11 +21,11 @@ typedef struct {
    int port;
 } s_xbt_peer_t, *xbt_peer_t;
 
-xbt_peer_t xbt_peer_new(const char *name, int port);
-xbt_peer_t xbt_peer_from_string(const char *peerport);
-xbt_peer_t xbt_peer_copy(xbt_peer_t h);
-void xbt_peer_free(xbt_peer_t peer);
-void xbt_peer_free_voidp(void *d);
+XBT_PUBLIC(xbt_peer_t) xbt_peer_new(const char *name, int port);
+XBT_PUBLIC(xbt_peer_t) xbt_peer_from_string(const char *peerport);
+XBT_PUBLIC(xbt_peer_t) xbt_peer_copy(xbt_peer_t h);
+XBT_PUBLIC(void) xbt_peer_free(xbt_peer_t peer);
+XBT_PUBLIC(void) xbt_peer_free_voidp(void *d);
 
 SG_END_DECL()