equal
deleted
inserted
replaced
15 * along with this program; if not, write to the Free Software |
15 * along with this program; if not, write to the Free Software |
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
16 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
17 */ |
17 */ |
18 |
18 |
19 #include <pthread.h> |
19 #include <pthread.h> |
20 #include <errno.h> |
20 #include <cerrno> // for ETIMEDOUT |
21 #include <sys/time.h> |
21 #include <sys/time.h> |
|
22 |
22 #include "fatal-error.h" |
23 #include "fatal-error.h" |
23 #include "system-condition.h" |
24 #include "system-condition.h" |
24 #include "log.h" |
25 #include "log.h" |
|
26 |
25 |
27 |
26 NS_LOG_COMPONENT_DEFINE ("SystemCondition"); |
28 NS_LOG_COMPONENT_DEFINE ("SystemCondition"); |
27 |
29 |
28 namespace ns3 { |
30 namespace ns3 { |
29 |
31 |