Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
L
lyskom-server-ceder-1616-generations-topgit
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
6f43fef3
Commit
6f43fef3
authored
33 years ago
by
Per Cederqvist
Browse files
Options
Downloads
Patches
Plain Diff
Changed the tags in Res_type by appending the prefix rt_.
Added logout_all_clients().
parent
7ad30691
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/server/connections.h
+22
-23
22 additions, 23 deletions
src/server/connections.h
with
22 additions
and
23 deletions
src/server/connections.h
+
22
−
23
View file @
6f43fef3
...
@@ -85,10 +85,6 @@ typedef struct connection {
...
@@ -85,10 +85,6 @@ typedef struct connection {
*/
*/
extern
struct
isc_mcb
*
kom_server_mcb
;
extern
struct
isc_mcb
*
kom_server_mcb
;
#if 0
extern Connection *all_connections;
#endif
/*
/*
* active_connection points to the info about the client who initiated this
* active_connection points to the info about the client who initiated this
* call. This is set by connectins.c whenever a complete message is parsed
* call. This is set by connectins.c whenever a complete message is parsed
...
@@ -101,31 +97,31 @@ Connection * active_connection;
...
@@ -101,31 +97,31 @@ Connection * active_connection;
* This enum describes the result of a function in services.c.
* This enum describes the result of a function in services.c.
*/
*/
typedef
enum
{
typedef
enum
{
number
,
/* E.g. Pers_no, Conf_no, Text_no, time_t.
rt_
number
,
/* E.g. Pers_no, Conf_no, Text_no, time_t.
This is somewhat special in that the
This is somewhat special in that the
function indicates an error by returning
function indicates an error by returning
0 and not FAILURE. */
0 and not FAILURE. */
success
,
/* Only return a Success. */
rt_
success
,
/* Only return a Success. */
/* Functions of the following types returns a Success _and_ data
/* Functions of the following types returns a Success _and_ data
of the indicated type. The corresponding types are found in
of the indicated type. The corresponding types are found in
kom-types.h */
kom-types.h */
person
,
rt_
person
,
membership
,
rt_
membership
,
conf_list
,
rt_
conf_list
,
conf_no_list
,
rt_
conf_no_list
,
conference
,
rt_
conference
,
string
,
rt_
string
,
mark_list
,
rt_
mark_list
,
text_stat
,
rt_
text_stat
,
text_list
,
rt_
text_list
,
who_info_list
,
rt_
who_info_list
,
who_info_list_old
,
rt_
who_info_list_old
,
info
,
rt_
info
,
membership_list
,
rt_
membership_list
,
member_list
,
rt_
member_list
,
time_date
,
rt_
time_date
,
session_info
,
rt_
session_info
,
session_no
rt_
session_no
}
Res_type
;
}
Res_type
;
/*
/*
...
@@ -177,3 +173,6 @@ toploop(void);
...
@@ -177,3 +173,6 @@ toploop(void);
extern
void
extern
void
dump_statistics
(
void
);
dump_statistics
(
void
);
extern
void
logout_all_clients
(
void
);
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