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
8013a508
Commit
8013a508
authored
15 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add timeout option.
parent
de12854c
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/zmapControl/remote/zmapXRemote_P.h
+14
-12
14 additions, 12 deletions
src/zmapControl/remote/zmapXRemote_P.h
with
14 additions
and
12 deletions
src/zmapControl/remote/zmapXRemote_P.h
+
14
−
12
View file @
8013a508
...
...
@@ -26,9 +26,9 @@
*
* Exported functions: None
* HISTORY:
* Last edited: Sep
2
11:
09
2009 (edgrif)
* Last edited: Sep
9
11:
16
2009 (edgrif)
* Created: Thu Apr 14 13:07:51 2005 (rds)
* CVS info: $Id: zmapXRemote_P.h,v 1.1
6
2009-09-0
2
1
3:47:29
edgrif Exp $
* CVS info: $Id: zmapXRemote_P.h,v 1.1
7
2009-09-0
9
1
6:37:51
edgrif Exp $
*-------------------------------------------------------------------
*/
...
...
@@ -45,20 +45,22 @@
typedef
struct
_ZMapXRemoteObjStruct
{
Display
*
display
;
/* The display XOpenDisplay() succeeded in creating this */
Window
window_id
;
/* The window id of either ourselves (server) or
foreign window (client)*/
Display
*
display
;
/* The display XOpenDisplay() succeeded in creating this */
Window
window_id
;
/* The window id of either ourselves (server) or
foreign window (client)
*/
Atom
version_sanity_atom
;
/* The atom to check version sanity */
Atom
app_sanity_atom
;
/* The atom to check application sanity */
Atom
request_atom
;
/* The request atom */
Atom
response_atom
;
/* The response atom */
Atom
version_sanity_atom
;
/* The atom to check version sanity */
Atom
app_sanity_atom
;
/* The atom to check application sanity */
Atom
request_atom
;
/* The request atom */
Atom
response_atom
;
/* The response atom */
char
*
remote_app
;
char
*
remote_app
;
gboolean
init_called
;
/* Just keeps track of initialisation, shouldn't really be needed */
gboolean
is_server
;
/* TRUE if we're a server */
gboolean
init_called
;
/* Just keeps track of initialisation, shouldn't really be needed */
gboolean
is_server
;
/* TRUE if we're a server */
gdouble
timeout
;
/* timeout: how long to wait in
seconds for a response (default 30s). */
}
ZMapXRemoteObjStruct
;
/*========= For Error Stuff below =========== */
...
...
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