Buckets:
| extern "C" { | |
| struct utmpx { | |
| short ut_type; | |
| short __ut_pad1; | |
| pid_t ut_pid; | |
| char ut_line[32]; | |
| char ut_id[4]; | |
| char ut_user[32]; | |
| char ut_host[256]; | |
| struct { | |
| short __e_termination; | |
| short __e_exit; | |
| } ut_exit; | |
| int ut_session, __ut_pad2; | |
| int __ut_pad2, ut_session; | |
| struct timeval ut_tv; | |
| unsigned ut_addr_v6[4]; | |
| char __unused[20]; | |
| }; | |
| void endutxent(void); | |
| struct utmpx *getutxent(void); | |
| struct utmpx *getutxid(const struct utmpx *); | |
| struct utmpx *getutxline(const struct utmpx *); | |
| struct utmpx *pututxline(const struct utmpx *); | |
| void setutxent(void); | |
| void updwtmpx(const char *, const struct utmpx *); | |
| int utmpxname(const char *); | |
| } | |
Xet Storage Details
- Size:
- 1.3 kB
- Xet hash:
- 6c86a8db12e596f2bc3e58f9eb357bc6a5205a180be20549982c3268a3ef79fa
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.