summaryrefslogtreecommitdiffstats
path: root/pts-core/functions/pts-init.php
diff options
context:
space:
mode:
authorMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:25:01 -0400
committerMichael Larabel <michael@phx-laptop.(none)>2008-09-11 21:25:01 -0400
commit5a66c07396a3e14bb8947fb4959f6f6189a541a0 (patch)
tree69d608d069721b4410309289e69e099e9d5d2407 /pts-core/functions/pts-init.php
parentc7eb4bc853b47dd8573404298a1c67ca55e4b01d (diff)
downloadphoronix-test-suite-upstream-5a66c07396a3e14bb8947fb4959f6f6189a541a0.tar.gz
phoronix-test-suite-upstream-5a66c07396a3e14bb8947fb4959f6f6189a541a0.tar.xz
phoronix-test-suite-upstream-5a66c07396a3e14bb8947fb4959f6f6189a541a0.zip
pts-core: First-cut SCTP support
Diffstat (limited to 'pts-core/functions/pts-init.php')
-rw-r--r--pts-core/functions/pts-init.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/pts-core/functions/pts-init.php b/pts-core/functions/pts-init.php
index 4f4c8c9..d73bb02 100644
--- a/pts-core/functions/pts-init.php
+++ b/pts-core/functions/pts-init.php
@@ -166,6 +166,10 @@ function pts_extended_init()
}
else
define("IS_BATCH_MODE", false);
+
+ // Self-Contained Test Profile Routines
+ if(IS_SCTP_MODE)
+ generate_sctp_layer();
}
function __autoload($to_load)
{