1
1

cleanup the TM modules in prep for T-bird tests. The TM RAS will now report time required to resolve hostnames

This commit was SVN r12449.
Этот коммит содержится в:
Ralph Castain 2006-11-06 20:56:18 +00:00
родитель 6e1729cb93
Коммит ea77beca29
3 изменённых файлов: 5 добавлений и 2 удалений

Просмотреть файл

@ -17,5 +17,5 @@
# $HEADER$
#
PARAM_INIT_FILE=src/pls_tm_component.c
PARAM_INIT_FILE=pls_tm_component.c
PARAM_CONFIG_FILES="Makefile"

Просмотреть файл

@ -17,5 +17,5 @@
# $HEADER$
#
PARAM_INIT_FILE=src/ras_tm_component.c
PARAM_INIT_FILE=ras_tm_component.c
PARAM_CONFIG_FILES="Makefile"

Просмотреть файл

@ -23,6 +23,9 @@
#include <errno.h>
#include <unistd.h>
#include <string.h>
#ifdef HAVE_SYS_TIME_H
#include <sys/time.h>
#endif /* HAVE_SYS_TIME_H */
#include "tm.h"