Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 200931 Details for
Bug 240897
CRM 1474928 : ds7.1 db index/vlv not handling a stop-slapd, hangs slapd
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
cvs diff libglobs.c
libglobs.diff (text/plain), 756 bytes, created by
Noriko Hosoi
on 2007-09-20 16:50:57 UTC
(
hide
)
Description:
cvs diff libglobs.c
Filename:
MIME Type:
Creator:
Noriko Hosoi
Created:
2007-09-20 16:50:57 UTC
Size:
756 bytes
patch
obsolete
>Index: libglobs.c >=================================================================== >RCS file: /cvs/dirsec/ldapserver/ldap/servers/slapd/libglobs.c,v >retrieving revision 1.20 >diff -t -w -U4 -r1.20 libglobs.c >--- libglobs.c 17 Sep 2007 22:48:10 -0000 1.20 >+++ libglobs.c 20 Sep 2007 16:45:34 -0000 >@@ -734,8 +734,31 @@ > return newlist; > } > > /* >+ * counter for active threads >+ */ >+static PRInt32 active_threads = 0; >+ >+void >+g_incr_active_threadcnt() >+{ >+ PR_AtomicIncrement(&active_threads); >+} >+ >+void >+g_decr_active_threadcnt() >+{ >+ PR_AtomicDecrement(&active_threads); >+} >+ >+int >+g_get_active_threadcnt() >+{ >+ return (int)active_threads; >+} >+ >+/* > ** Setting this flag forces the server to shutdown. > */ > static int slapd_shutdown; >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 240897
:
200321
| 200931 |
200941