tracedump
single application IP packet sniffer

pid.h

Go to the documentation of this file.
00001 /*
00002  * Copyright (C) 2011-2012 IITiS PAN Gliwice <http://www.iitis.pl/>
00003  * Author: Paweł Foremski <pjf@iitis.pl>
00004  * Licensed under GNU GPL v. 3
00005  */
00006 
00007 #ifndef _PID_H_
00008 #define _PID_H_
00009 
00010 #include "tracedump.h"
00011 
00013 struct pid *pid_get(struct tracedump *td, pid_t pid);
00014 
00016 void pid_del(struct tracedump *td, pid_t pid);
00017 
00019 void pid_detach_all(struct tracedump *td);
00020 
00023 int pid_tgid(pid_t pid);
00024 
00025 #endif
 All Data Structures Files Functions Variables Enumerations Enumerator Defines