Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
activity::CommImpl: stick to our naming standards for the fields
[simgrid.git] / src / smpi / include / smpi_status.hpp
index 8825cd5..4a9ddd4 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2009-2018. The SimGrid Team.
+/* Copyright (c) 2009-2019. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -17,6 +17,7 @@ namespace smpi{
 class Status{
 public:
 static void empty(MPI_Status * status);
+static int cancelled (MPI_Status * status);
 static int get_count(MPI_Status * status, MPI_Datatype datatype);
 };