Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Z
zmap
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Jira
Code
Merge requests
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
Model 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
Model experiments
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
be3023d5
Commit
be3023d5
authored
16 years ago
by
edgrif
Browse files
Options
Downloads
Patches
Plain Diff
add name/title to database attributes.
parent
34d1863e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/include/ZMap/zmapServerProtocol.h
+6
-3
6 additions, 3 deletions
src/include/ZMap/zmapServerProtocol.h
with
6 additions
and
3 deletions
src/include/ZMap/zmapServerProtocol.h
+
6
−
3
View file @
be3023d5
...
...
@@ -27,9 +27,9 @@
* structs that give all the information/fields for the request/reply.
*
* HISTORY:
* Last edited:
Apr 24 14:4
9 2009 (edgrif)
* Last edited:
Jun 12 10:0
9 2009 (edgrif)
* Created: Wed Feb 2 11:47:16 2005 (edgrif)
* CVS info: $Id: zmapServerProtocol.h,v 1.2
3
2009-0
4-28 14:25:34
edgrif Exp $
* CVS info: $Id: zmapServerProtocol.h,v 1.2
4
2009-0
6-12 13:59:18
edgrif Exp $
*-------------------------------------------------------------------
*/
#ifndef ZMAP_PROTOCOL_H
...
...
@@ -74,6 +74,7 @@ ZMAP_DEFINE_ENUM(ZMapServerReqType, ZMAP_SERVER_REQ_LIST) ;
ZMAP_DEFINE_ENUM
(
ZMapServerResponseType
,
ZMAP_SERVER_RESPONSE_LIST
)
;
/*
* ALL request/response structs must replicate the generic ZMapServerReqAnyStruct
* so that they can all be treated as the canonical ZMapServerReqAny.
...
...
@@ -109,12 +110,14 @@ typedef struct
/* Request server attributes
. NEEDS EXPANDING TO RETURN MORE SERVER INFORMATION
*/
/* Request server attributes
, these are mostly optional.
*/
typedef
struct
{
ZMapServerReqType
type
;
ZMapServerResponseType
response
;
char
*
database_name_out
;
char
*
database_title_out
;
char
*
database_path_out
;
}
ZMapServerReqGetServerInfoStruct
,
*
ZMapServerReqGetServerInfo
;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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