diff options
| author | Zeev Suraski <zeev@php.net> | 2001-07-28 11:36:37 +0000 |
|---|---|---|
| committer | Zeev Suraski <zeev@php.net> | 2001-07-28 11:36:37 +0000 |
| commit | d87cc976e1156b839fc6d4aa6b473a126802b8e3 (patch) | |
| tree | 8acb068dd7458e1c8df3a7d8ecb87d065990fdb1 /main/php_ticks.h | |
| parent | b4f3b9d3ce9f55cf040fb5aa8f201c64646cab43 (diff) | |
| download | php-git-d87cc976e1156b839fc6d4aa6b473a126802b8e3.tar.gz | |
Redesigned thread safety mechanism - nua nua
Diffstat (limited to 'main/php_ticks.h')
| -rw-r--r-- | main/php_ticks.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php_ticks.h b/main/php_ticks.h index 7259a68d55..d7c42bf037 100644 --- a/main/php_ticks.h +++ b/main/php_ticks.h @@ -21,8 +21,8 @@ #ifndef PHP_TICKS_H #define PHP_TICKS_H -int php_startup_ticks(PLS_D); -void php_shutdown_ticks(PLS_D); +int php_startup_ticks(TSRMLS_D); +void php_shutdown_ticks(TSRMLS_D); void php_run_ticks(int count); PHPAPI void php_add_tick_function(void (*func)(int)); PHPAPI void php_remove_tick_function(void (*func)(int)); |
