Changeset dd4d799bea421af75aa08d90b4fdf3b169c08f8e
- Timestamp:
- 04/17/12 21:00:02
(1 year ago)
- Author:
- Theo Schlossnagle <jesus@omniti.com>
- git-committer:
- Theo Schlossnagle <jesus@omniti.com> 1334696402 -0400
- git-parent:
[e81d0a8dd85a5eec4d37edcbaf8fcc00cf1fadf8]
- git-author:
- Theo Schlossnagle <jesus@omniti.com> 1334696402 -0400
- Message:
make all these static, they're ours.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r86e0c6a |
rdd4d799 |
|
| 51 | 51 | |
|---|
| 52 | 52 | #define CHILD_WATCHDOG_TIMEOUT 5 /*seconds*/ |
|---|
| 53 | | const char *appname = "unknown"; |
|---|
| 54 | | const char *glider_path = NULL; |
|---|
| 55 | | const char *trace_dir = "/var/tmp"; |
|---|
| 56 | | int retries = 5; |
|---|
| 57 | | int span = 60; |
|---|
| | 53 | const static char *appname = "unknown"; |
|---|
| | 54 | const static char *glider_path = NULL; |
|---|
| | 55 | const static char *trace_dir = "/var/tmp"; |
|---|
| | 56 | static int retries = 5; |
|---|
| | 57 | static int span = 60; |
|---|
| 58 | 58 | |
|---|
| 59 | 59 | void noit_watchdog_glider(const char *path) { |
|---|