Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Per Cederqvist
lyskom-server-ceder-1616-generations-topgit
Commits
2cc103d1
Commit
2cc103d1
authored
Aug 02, 1996
by
Per Cederqvist
Browse files
(Session_flags): New type.
(Dynamic_session_info): Replaced field "invisible" with "flags".
parent
bd8adf9c
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/include/kom-types.h
View file @
2cc103d1
/*
* $Id: kom-types.h,v 0.
19
1996/08/0
1 23:42:23
ceder Exp $
* $Id: kom-types.h,v 0.
20
1996/08/0
2 19:57:01
ceder Exp $
* Copyright (C) 1990, 1991, 1992, 1993, 1994, 1995 Lysator Academic Computer Association.
*
* This file is part of the LysKOM server.
...
...
@@ -480,12 +480,23 @@ typedef struct {
unsigned
long
idle_time
;
/* Seconds. */
}
Session_info
;
typedef
struct
{
unsigned
int
invisible
:
1
;
unsigned
int
user_active_used
:
1
;
unsigned
int
user_absent
:
1
;
unsigned
int
reserved3
:
1
;
unsigned
int
reserved4
:
1
;
unsigned
int
reserved5
:
1
;
unsigned
int
reserved6
:
1
;
unsigned
int
reserved7
:
1
;
}
Session_flags
;
typedef
struct
{
Session_no
session
;
Pers_no
person
;
Conf_no
working_conference
;
unsigned
long
idle_time
;
Bool
invisible
;
Session_flags
flags
;
String
what_am_i_doing
;
}
Dynamic_session_info
;
...
...
Write
Preview
Supports
Markdown
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!
Cancel
Please
register
or
sign in
to comment