]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
80 chars
authorEric Covener <covener@apache.org>
Wed, 25 Jan 2017 22:29:26 +0000 (22:29 +0000)
committerEric Covener <covener@apache.org>
Wed, 25 Jan 2017 22:29:26 +0000 (22:29 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1780282 13f79535-47bb-0310-9956-ffa450edef68

server/scoreboard.c

index 6c0d024d9ef553d11391f8d22c654e8d3583dd83..a30c7a452929082ab2f016507686a43f20026341 100644 (file)
@@ -364,7 +364,8 @@ AP_DECLARE(int) ap_exists_scoreboard_image(void)
     return (ap_scoreboard_image ? 1 : 0);
 }
 
-AP_DECLARE(void) ap_set_conn_count(ap_sb_handle_t *sb, request_rec *r, unsigned short conn_count)
+AP_DECLARE(void) ap_set_conn_count(ap_sb_handle_t *sb, request_rec *r, 
+                                   unsigned short conn_count)
 {
     worker_score *ws;