~ubuntu-branches/ubuntu/oneiric/simgrid/oneiric

« back to all changes in this revision

Viewing changes to src/include/surf/surf.h

  • Committer: Bazaar Package Importer
  • Author(s): Martin Quinson
  • Date: 2011-06-16 15:56:18 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20110616155618-2ug4jjvcct49s5gd
Tags: 3.6~rc3-1
* New upstream version: Third release candidate to 3.6
  - disable the tests that are not to be run in release settings
  - fix packaging issues, mainly impacting MacOS X users

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
XBT_PUBLIC(void) parse_ns3_add_ASroute(void);
502
502
XBT_PUBLIC(void) parse_ns3_add_cluster(void);
503
503
XBT_PUBLIC(void) parse_ns3_end_platform(void);
 
504
XBT_PUBLIC(void) create_ns3_topology(void);
 
505
XBT_PUBLIC(double) ns3_get_link_latency(const void *link);
 
506
XBT_PUBLIC(double) ns3_get_link_bandwidth(const void *link);
504
507
 
505
508
#endif
506
509