Sponsored Content
Contact Us Post Here to Contact Site Administrators and Moderators Question Regarding Megabits Drawing Post 302735979 by joeyg on Monday 26th of November 2012 12:50:57 PM
Old 11-26-2012
Disable the function?

Fine with me to disable.
Not sure how much usage there is on this anyways.
Perhaps someone can provide some details...
# tickets bought
amount of prizes awarded
 

5 More Discussions You Might Find Interesting

1. Programming

Line-drawing character!

Hi guys, I'm trying to make my program to print out tables usings line-drawing character (alternate char. set) with Curses Library. However, it always prints out control characters (^@) instead of the correct ones. code example: mvwaddch(my_window, 23, 12, ACS_RTEE); appreciate your help,... (5 Replies)
Discussion started by: zecoj
5 Replies

2. Shell Programming and Scripting

Drawing

Hi, Is it possible to draw circle, box and other basic shapes using shell scripts ? If so can anyone please tell as how to do it. Thanks in advance. (3 Replies)
Discussion started by: abrd600
3 Replies

3. Programming

[ C++ ] Drawing Program.

I made a program that prints dots and lines in a Page. So far that's all i could come up with. When i try to print the lines and the dots it just prints consecutive points,I want it to print the points & lines in the page's coordinates. I have been stuck for a long time now. Please Help. ... (12 Replies)
Discussion started by: Max_Payne
12 Replies

4. Programming

problems with drawing in x using xlib

Hi all, I'm currently learning xlib and I've encountered a bizarre mistake: function calls such as XDrawPoint, XDrawLine, etc., don't seem to work; a blank window with nothing in is appears. I believe this has something to do with the window manager I use, fluxbox. After checking the code and... (0 Replies)
Discussion started by: hydronium
0 Replies

5. UNIX for Advanced & Expert Users

Server room drawing software

Hello All, I want to get ride of Excel/word and want some software to draw my server room racks/server and overall topology. Please share you opinion/experience. thanks inadvance (1 Reply)
Discussion started by: Vit0_Corleone
1 Replies
FSESSION(2)							System Calls Manual						       FSESSION(2)

NAME
fsession, fauth - set up authentication on a file descriptor to a file server SYNOPSIS
#include <u.h> #include <libc.h> #include <auth.h> int fsession(int fd, char trbuf[TICKREQLEN]) uchar fauth(int fd, char tbuf[2*TICKETLEN]) DESCRIPTION
The first time fsession is called for the connection referred to by fd, a session (see attach(5)) message is exchanged with the file server at the other end of the connection. Fsession uses the information returned by the file server and the id of the user to build a ticket request message returned in trbuf. If the file server requires no authentication or the kernel already has authentication tickets for the current user for this connection, trbuf[0] is set to 0. If not, trbuf can be used to obtain tickets from an authentication server. Fses- sion should be called before any mount (see bind(2)) of fd. Fauth is used to pass authentication tickets to the kernel for the current user. The tickets are used to authenticate the user in any sub- sequent mounts of fd by that user. It is rare to use these functions directly; more commonly amount or authenticate (see auth(2)) is used. SOURCE
/sys/src/libc/9syscall SEE ALSO
attach(5), auth(2) (particularly amount), auth(6), auth(8) DIAGNOSTICS
Sets errstr. FSESSION(2)
All times are GMT -4. The time now is 03:27 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy