|
taskrambler
0.1.9
Web server and task management solution.
|
#include <stdio.h>#include <sys/types.h>#include "application/application.h"#include "application/adapter/http.h"#include "hash.h"#include "http/worker.h"#include "http/header.h"#include "http/message.h"#include "router.h"
Include dependency graph for application/adapter/http/update.c:Go to the source code of this file.
Macros | |
| #define | _GNU_SOURCE |
| #define | NO_SESSION_SID NULL |
Functions | |
| static char * | getSessionId (Hash cookies) |
| void | applicationAdapterHttpUpdate (void *_this, void *subject) |
This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/.
Definition in file application/adapter/http/update.c.
| #define _GNU_SOURCE |
Definition at line 23 of file application/adapter/http/update.c.
| #define NO_SESSION_SID NULL |
Definition at line 36 of file application/adapter/http/update.c.
Referenced by getSessionId().
| void applicationAdapterHttpUpdate | ( | void * | _this, |
| void * | subject | ||
| ) |
Definition at line 53 of file application/adapter/http/update.c.
References applicationSessionCleanup(), applicationSessionGet(), applicationSessionStart(), CSTRA, getSessionId(), queuePut(), and routerRoute().
Here is the call graph for this function:
|
inlinestatic |
Definition at line 41 of file application/adapter/http/update.c.
References CSTRA, hashGet(), and NO_SESSION_SID.
Referenced by applicationAdapterHttpUpdate().
Here is the call graph for this function:
Here is the caller graph for this function: