summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-functions-sctp.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-11-17 14:07:14 -0500
committerMichael Larabel <michael@phx-laptop.(none)>2008-11-17 14:07:14 -0500
commit286dbb754284f5f94384660c4b136e5ec1af314a (patch)
treeb5091d0007d31ebc5a069c01c8fe41ed50bad243 /pts-core/functions/pts-functions-sctp.php
parent29031842c0ac7e48a4abc2384d55bd67ae202097 (diff)
downloadphoronix-test-suite-upstream-286dbb754284f5f94384660c4b136e5ec1af314a.tar.gz
phoronix-test-suite-upstream-286dbb754284f5f94384660c4b136e5ec1af314a.tar.xz
phoronix-test-suite-upstream-286dbb754284f5f94384660c4b136e5ec1af314a.zip
pts-core: Rename sctp_test_directory() -> pts_sctp_test_directory(),
remote_sctp_test_files() -> pts_remove_sctp_test_files(), generate_sctp_layer() -> pts_generate_sctp_layer()
Diffstat (limited to 'pts-core/functions/pts-functions-sctp.php')
-rw-r--r--pts-core/functions/pts-functions-sctp.php10
1 files changed, 5 insertions, 5 deletions
diff --git a/pts-core/functions/pts-functions-sctp.php b/pts-core/functions/pts-functions-sctp.php
index cdbadf3..5ece9d5 100644
--- a/pts-core/functions/pts-functions-sctp.php
+++ b/pts-core/functions/pts-functions-sctp.php
@@ -21,18 +21,18 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-function sctp_test_directory()
+function pts_sctp_test_directory()
{
return PTS_TEMP_DIR . "sctp/" . basename(SCTP_FILE) . "/";
}
-function remote_sctp_test_files()
+function pts_remove_sctp_test_files()
{
- return pts_remove(sctp_test_directory());
+ return pts_remove(pts_sctp_test_directory());
}
-function generate_sctp_layer()
+function pts_generate_sctp_layer()
{
$xml_parser = new tandem_XmlReader(SCTP_FILE);
- $test_directory = sctp_test_directory();
+ $test_directory = pts_sctp_test_directory();
if(!$xml_parser->isDefined(P_TEST_TITLE))
{