SimGrid  3.7
Scalable simulation of distributed systems
Data Fields
xbt_ex_t Struct Reference

Structure describing an exception. More...

#include <ex.h>

Data Fields

char * msg
xbt_errcat_t category
int value
short int remote
char * host
char * procname
int pid
char * file
int line
char * func

Detailed Description

Structure describing an exception.


Field Documentation

human readable message

category like HTTP (what went wrong)

like errno (why did it went wrong)

short int xbt_ex_t::remote

whether it was raised remotely

NULL locally thrown exceptions; full hostname if remote ones

Name of the process who thrown this

PID of the process who thrown this

Thrown point

Thrown point

Thrown point


The documentation for this struct was generated from the following file:


Back to the main Simgrid Documentation page The version of SimGrid documented here is v3.7.
Documentation of other versions can be found in their respective archive files (directory doc/html).
Generated by doxygen