Changeset 9ce251c7 in mainline for uspace/app/pcapctl/main.c
- Timestamp:
- 2024-12-13T08:32:55Z (10 months ago)
- Children:
- 8765039
- Parents:
- 91042127
- git-author:
- Nataliia Korop <n.corop08@…> (2024-03-10 09:38:44)
- git-committer:
- Nataliia Korop <n.corop08@…> (2024-12-13 08:32:55)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/pcapctl/main.c
r91042127 r9ce251c7 40 40 41 41 #define NAME "pcapctl" 42 43 #define LOGGER(msg, ...) \44 fprintf(stderr, \45 "[PCAP %s:%d]: " msg "\n", \46 __FILE__, __LINE__, \47 ##__VA_ARGS__\48 )49 42 50 43 pcapctl_sess_t sess;
Note:
See TracChangeset
for help on using the changeset viewer.