Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package Registry
Container Registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ensembl-gh-mirror
zmap
Commits
d0b73466
Commit
d0b73466
authored
20 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
remove server specific code.
parent
913312aa
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/zmapThreads/zmapSlave_P.h
+10
-12
10 additions, 12 deletions
src/zmapThreads/zmapSlave_P.h
with
10 additions
and
12 deletions
src/zmapThreads/zmapSlave_P.h
+
10
−
12
View file @
d0b73466
...
...
@@ -25,40 +25,38 @@
*
* Description:
* HISTORY:
* Last edited:
Sep 17 09
:3
1
200
4
(edgrif)
* Last edited:
Feb 2 11
:3
0
200
5
(edgrif)
* Created: Wed Aug 6 15:48:47 2003 (edgrif)
* CVS info: $Id: zmapSlave_P.h,v 1.
6
200
4
-0
9-17 08:32
:1
9
edgrif Exp $
* CVS info: $Id: zmapSlave_P.h,v 1.
7
200
5
-0
2-02 14:40
:1
5
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_SLAVE_P_H
#define ZMAP_SLAVE_P_H
#include
<glib.h>
#include
<ZMap/zmapConn.h>
#include
<ZMap/zmapFeature.h>
#include
<ZMap/zmapServer.h>
#include
<ZMap/zmapThreads.h>
typedef
struct
{
ZMap
Connection
connection
;
ZMap
Thread
thread
;
gboolean
thread_died
;
gchar
*
initial_error
;
/* Holds string description of first
serious error that caused thread
termination. */
ZMapServer
server
;
/* The server for this thread....
. */
void
*
slave_data
;
/* Any state required by slave
. */
}
zmapThreadCBstruct
,
*
zmapThreadCB
;
/* Error messages, needs some refining. */
#define ZMAP
SLAVE_CONNCREATE "Connection
creation failed"
#define ZMAP
SLAVE_CONNOPEN "Connection
open failed"
#define ZMAP
SLAVE_CONNCONTEXT "Connection
create context failed"
#define ZMAP
SLAVE_CONNREQUEST "Connection
request failed"
/* Error messages, needs some refining
and changing now thread bit is more generalised
. */
#define ZMAP
THREAD_SLAVECREATE "Thread
creation failed"
#define ZMAP
THREAD_SLAVEOPEN "Thread
open failed"
#define ZMAP
THREAD_SLAVECONTEXT "Thread
create context failed"
#define ZMAP
THREAD_SLAVEREQUEST "Thread
request failed"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment